home page and footer page changes with about us an team page

This commit is contained in:
sujan
2024-09-09 13:07:27 +05:45
parent 2cfa925b30
commit b6b88b6042
13 changed files with 360 additions and 177 deletions

24
css/style.min.css vendored
View File

@@ -18029,7 +18029,7 @@ footer .nav-link {
}
}
.form-bg {
background-image: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 48%)), url(../images/access-image/form-bg.jpg);
background-image: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 48%)), url("../images/access-image/travel-bg.jpg");
background-size: cover;
background-position: center;
height: 100%;
@@ -18056,8 +18056,24 @@ footer .nav-link {
.form-title {
font-size: 45px;
}
.blog-title{
font-size: 30px;
.blog-title {
font-size: 30px;
}
.footer-img {
width: 50%;
}
.footer-heading {
font-size: 22px;
padding: 0px 0px 20px 0px;
}
.footer-img {
padding: 0px 0px 20px 0px;
}
.contact-title {
font-size: 40px;
}
.about-title {
font-size: 60px;
line-height: 30px;
}
/*custome css*/