Touched other aspect

This commit is contained in:
ChineseChikki
2023-03-01 23:35:05 +01:00
parent 94ab0f87ae
commit 7455a2b37b
4 changed files with 40 additions and 29 deletions
+23 -16
View File
@@ -421,9 +421,9 @@ button:focus {
/*-- End Navbar --*/
/*-- Home Slider --*/
.slider-item-img {
/* .slider-item-img {
background-image: url("/images/home-one/home-slider-bckgrd.png");
}
} */
.slider-item {
background-size: cover;
@@ -441,17 +441,17 @@ button:focus {
.slider-item .slider-shape-two img {
width: 100%;
height: 700px;
height: 100%;
object-fit: cover;
}
.slider-item .slider-shape-three img {
width: 100%;
height: 700px;
height: 100%;
object-fit: cover;
}
.slider-item::before {
/* .slider-item::before {
position: absolute;
content: '';
width: 100%;
@@ -460,7 +460,7 @@ button:focus {
top: 0;
background-color: #0046c0;
opacity: .80;
}
} */
.slider-item .slider-text {
position: relative;
@@ -469,17 +469,24 @@ button:focus {
.slider-info{
position: absolute;
top: 50%;
right: 0;
right: 100px;
transform: translateY(-50%);
}
.slider-infos{
.slider-info-one{
position: absolute;
bottom: 25%;
left: 30px;
transform: translateX(10%);
top: 38%;
left: 100px;
transform: translateY(-50%);
}
.slider-info-two{
position: absolute;
left: 100px;
bottom: 35%;
}
.slider-item .slider-text h1 {
font-weight: 700;
font-size: 46px;
@@ -1969,12 +1976,12 @@ footer {
.speciality-right {
background-image: url("/images/about5.jpg");
background-size:cover;
background-position: center center;
background-position: 30% center;
background-repeat: no-repeat;
border-radius: 10px 0 0 10px;
position: relative;
width: 100%;
height: 100%;
height: 95%;
}
.speciality-right img {
@@ -1984,7 +1991,7 @@ footer {
.speciality-right .speciality-emergency {
position: absolute;
bottom: 20px;
left: -70px;
left: -50px;
background-color: #0046c0;
padding: 30px 295px 25px 40px;
border-radius: 10px;
@@ -2032,8 +2039,8 @@ footer {
}
.speciality-left {
padding-left: 55px;
padding-right: 120px;
/* padding-left: 55px; */
padding-right: 55px;
}
/*-- End Speciality --*/