contact page changes and index page

This commit is contained in:
sujan
2024-09-29 17:07:13 +05:45
parent 0c0151b77d
commit 8b54452d1c
9 changed files with 384 additions and 199 deletions

View File

@@ -2826,7 +2826,6 @@ dl, ol, ul {
position: relative;
display: block;
background-color: var(--treck-primary);
margin-bottom: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
@@ -15220,4 +15219,25 @@ body.boxed-wrapper {
}
.blog-bg {
background: #eee;
}
.visa-bg {
background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 63%)), url("../images/rohini/visa-bg.jpg");
background-size: cover;
background-position: center;
position: relative;
}
.class-bg {
background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 63%)), url(../images/rohini/class-bg.jpg);
background-size: cover;
background-position: center;
position: relative;
}
.finance-bg {
background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 63%)), url("../images/rohini/finance-bg.jpg");
background-size: cover;
background-position: center;
position: relative;
}
.section-pd {
padding: 100px 0px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB