Update Style
This commit is contained in:
parent
b0cde1ea1c
commit
0e504061c4
|
@ -1,6 +1,6 @@
|
||||||
@media (max-width: 1300px) {
|
@media (max-width: 1300px) {
|
||||||
.footer_container {
|
.footer_container {
|
||||||
border-radius: 250px 0 0 0;
|
border-radius: 100px 0 100px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout_padding {
|
.layout_padding {
|
||||||
padding: 90px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout_margin {
|
.layout_margin {
|
||||||
|
@ -249,7 +249,7 @@ .quote_btn-container .quote_btn {
|
||||||
padding: 5px 25px;
|
padding: 5px 25px;
|
||||||
background-color: #f8842b;
|
background-color: #f8842b;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 5px;
|
border-radius: 15px;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
border: 1px solid #f8842b;
|
border: 1px solid #f8842b;
|
||||||
|
@ -262,6 +262,7 @@ .quote_btn-container .quote_btn:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*end header section*/
|
/*end header section*/
|
||||||
|
|
||||||
/* slider section */
|
/* slider section */
|
||||||
.slider_section {
|
.slider_section {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
|
@ -319,7 +320,7 @@ .slider_section .detail-box .btn-box .btn1 {
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
background-color: #0a0734;
|
background-color: #0a0734;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 5px;
|
border-radius: 15px;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
border: 1px solid #0a0734;
|
border: 1px solid #0a0734;
|
||||||
|
@ -373,8 +374,13 @@ .service_section .heading_container {
|
||||||
|
|
||||||
.service_section .box {
|
.service_section .box {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
<<<<<<< Updated upstream
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
=======
|
||||||
|
padding: 15px;
|
||||||
|
border-radius: 20px;
|
||||||
|
>>>>>>> Stashed changes
|
||||||
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
|
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
|
||||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -571,6 +577,7 @@ .swiper-slide {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
.client_section .box {
|
.client_section .box {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
|
@ -728,12 +735,19 @@ .contact_section .map_container .map {
|
||||||
.contact_section .map_container .map #googleMap {
|
.contact_section .map_container .map #googleMap {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
/* Footer */
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
||||||
.footer_container {
|
.footer_container {
|
||||||
background-color: #0a0734;
|
background-color: #0a0734;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
<<<<<<< Updated upstream
|
||||||
border-radius: 100px 0 0 0;
|
border-radius: 100px 0 0 0;
|
||||||
padding-top: 145px;
|
padding-top: 145px;
|
||||||
|
=======
|
||||||
|
padding-top: 100px;
|
||||||
|
>>>>>>> Stashed changes
|
||||||
}
|
}
|
||||||
|
|
||||||
/* info section */
|
/* info section */
|
||||||
|
|
|
@ -381,6 +381,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
</div>
|
||||||
|
<!-- Tambahkan slide lainnya sesuai kebutuhan -->
|
||||||
|
>>>>>>> Stashed changes
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -449,6 +454,80 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 col-lg-2 mx-auto">
|
||||||
|
<div class="info_link_box">
|
||||||
|
<h4>
|
||||||
|
Links
|
||||||
|
</h4>
|
||||||
|
<div class="info_links">
|
||||||
|
<a class="" href="index.html">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
<a class="" href="about.html">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
<a class="" href="service.html">
|
||||||
|
Extracuricular
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 col-lg-3 ">
|
||||||
|
<h4>
|
||||||
|
Subscribe
|
||||||
|
</h4>
|
||||||
|
<form action="#">
|
||||||
|
<input type="text" placeholder="Enter email" />
|
||||||
|
<button type="submit">
|
||||||
|
Subscribe
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 col-lg-3 mb-0 ml-auto">
|
||||||
|
<div class="info_contact">
|
||||||
|
<h4>
|
||||||
|
Address
|
||||||
|
</h4>
|
||||||
|
<div class="contact_link_box">
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-map-marker" aria-hidden="true"></i>
|
||||||
|
<span>
|
||||||
|
Location
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-phone" aria-hidden="true"></i>
|
||||||
|
<span>
|
||||||
|
Call +01 1234567890
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-envelope" aria-hidden="true"></i>
|
||||||
|
<span>
|
||||||
|
demo@gmail.com
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="info_social">
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-facebook" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-twitter" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-linkedin" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<i class="fa fa-instagram" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
>>>>>>> Stashed changes
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -460,7 +539,11 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p>
|
||||||
© <span id="displayYear"></span> All Rights Reserved By
|
© <span id="displayYear"></span> All Rights Reserved By
|
||||||
|
<<<<<<< Updated upstream
|
||||||
<a href="home">SIPEX</a>
|
<a href="home">SIPEX</a>
|
||||||
|
=======
|
||||||
|
<a href="">Free Html Templates</a>
|
||||||
|
>>>>>>> Stashed changes
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue