contact page changes and index page
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user