jun 18
This commit is contained in:
104
style/style.css
104
style/style.css
@@ -36,7 +36,6 @@ nav {
|
||||
}
|
||||
|
||||
.btn span {
|
||||
padding-top: 10px;
|
||||
color: #15c1c6;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -179,10 +178,87 @@ input::placeholder {
|
||||
.form-search {
|
||||
margin-left: 55px;
|
||||
margin-right: 72px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.horizontal-menu {
|
||||
border-top: none !important;
|
||||
}
|
||||
.horizontal-menu .dropdown-ul-2 {
|
||||
display: none;
|
||||
position: absolute;
|
||||
}
|
||||
.horizontal-menu #li-home:hover .dropdown-ul-2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
left: 26%;
|
||||
top: 18%;
|
||||
z-index: 99;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.horizontal-menu #li-home:hover .dropdown-ul-2 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.horizontal-menu #li-home:hover .dropdown-ul-2 li {
|
||||
padding: 1em 19px;
|
||||
width: 15em;
|
||||
background-color: #15c1c6;
|
||||
list-style: none;
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
.horizontal-menu #li-home:hover .dropdown-ul-2 li:hover {
|
||||
color: #30343c;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.horizontal-menu #li-people:hover .dropdown-ul-2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
left: 30%;
|
||||
top: 18%;
|
||||
z-index: 99;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.horizontal-menu #li-people:hover .dropdown-ul-2 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.horizontal-menu #li-people:hover .dropdown-ul-2 li {
|
||||
padding: 1em 19px;
|
||||
width: 15em;
|
||||
background-color: #15c1c6;
|
||||
list-style: none;
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
.horizontal-menu #li-people:hover .dropdown-ul-2 li:hover {
|
||||
color: #30343c;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.horizontal-menu #li-about:hover .dropdown-ul-2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
left: 37%;
|
||||
top: 18%;
|
||||
z-index: 99;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.horizontal-menu #li-about:hover .dropdown-ul-2 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.horizontal-menu #li-about:hover .dropdown-ul-2 li {
|
||||
padding: 1em 19px;
|
||||
width: 15em;
|
||||
background-color: #15c1c6;
|
||||
list-style: none;
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
.horizontal-menu #li-about:hover .dropdown-ul-2 li:hover {
|
||||
color: #30343c;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.navs {
|
||||
padding: 45px 22px !important;
|
||||
}
|
||||
@@ -325,12 +401,15 @@ span {
|
||||
}
|
||||
.first-part {
|
||||
min-height: 65vh;
|
||||
background-image: url("../assets/images/image36.jpg");
|
||||
background-size: cover;
|
||||
color: white;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.slick-carousel {
|
||||
min-height: 65vh !important;
|
||||
}
|
||||
|
||||
.textbox {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
@@ -383,6 +462,9 @@ span {
|
||||
.first-part {
|
||||
min-height: 53vh;
|
||||
}
|
||||
.first-part .textbox button {
|
||||
display: none;
|
||||
}
|
||||
.h2-first {
|
||||
font-size: 46px !important;
|
||||
margin-top: 30px;
|
||||
@@ -994,6 +1076,24 @@ span {
|
||||
footer {
|
||||
background-color: #31353d;
|
||||
}
|
||||
footer .scrollToTopBtn button {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 70px;
|
||||
right: 20px;
|
||||
z-index: 99;
|
||||
background-color: #15c1c6;
|
||||
padding: 18px;
|
||||
border-radius: 50%;
|
||||
font-size: 23px;
|
||||
color: white;
|
||||
background-color: #15c1c6;
|
||||
border: none;
|
||||
}
|
||||
footer .scrollToTopBtn button:hover {
|
||||
background-color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
footer .footer-copyright {
|
||||
color: #ffffff;
|
||||
font-size: 0.875rem;
|
||||
|
||||
Reference in New Issue
Block a user