From 4decfbc0f470ac5d8c780924b7bb473ff86e9fbe Mon Sep 17 00:00:00 2001 From: Anju Date: Wed, 24 Jul 2024 16:33:55 +0545 Subject: [PATCH] graphics and color --- contact.php | 4 +-- css/bootstrap.min.css | 4 +-- css/style.css | 57 ++++++++++++++++++++++++------------------ header.php | 2 +- home/slider.php | 18 ++++++------- home/testprep.php | 8 +++--- img/at.png | Bin 0 -> 15534 bytes img/bt.png | Bin 0 -> 18482 bytes img/slider-a-bg.png | Bin 0 -> 1143668 bytes img/slider-a.png | Bin 0 -> 1172138 bytes img/slider-b-bg.png | Bin 0 -> 568991 bytes img/slider-b.png | Bin 0 -> 596165 bytes img/slider-c-bg.jpg | Bin 0 -> 1216446 bytes img/slider-c.png | Bin 0 -> 835782 bytes testprep.php | 8 +++--- 15 files changed, 54 insertions(+), 47 deletions(-) create mode 100644 img/at.png create mode 100644 img/bt.png create mode 100644 img/slider-a-bg.png create mode 100644 img/slider-a.png create mode 100644 img/slider-b-bg.png create mode 100644 img/slider-b.png create mode 100644 img/slider-c-bg.jpg create mode 100644 img/slider-c.png diff --git a/contact.php b/contact.php index 973f629..bf20902 100644 --- a/contact.php +++ b/contact.php @@ -20,7 +20,7 @@

Have Questions? Don't Hesitate to Contact Us

- +
Location
Kathmandu, Nepal @@ -30,7 +30,7 @@
- +
Contact
diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css index be87e9d..0b4757d 100644 --- a/css/bootstrap.min.css +++ b/css/bootstrap.min.css @@ -235,7 +235,7 @@ sup { } a { - color: #F1592A; + color: #f54813; text-decoration: none } @@ -3782,7 +3782,7 @@ fieldset:disabled .btn { .btn-outline-dark { color: #fff; border-color: #fff; - background-color: #F1592A; + background-color: #f54813; } .btn-outline-dark:hover { diff --git a/css/style.css b/css/style.css index eb2d677..9783778 100644 --- a/css/style.css +++ b/css/style.css @@ -17,23 +17,23 @@ h1{ - color: #f1592a; + color: #f54813; } h2{ - color: #f1592a; + color: #f54813; } h3{ - color: #f1592a; + color: #f54813; } h4{ - color: #f1592a; + color: #f54813; } h5{ - color: #f1592a; + color: #f54813; } h6{ - color: #f1592a; + color: #f54813; } .back-to-top { position: fixed; @@ -65,7 +65,7 @@ h6{ } /* .mb-3{ - color: #f1592a; + color: #f54813; } */ .btn-sm-square { width: 34px; @@ -101,7 +101,7 @@ h6{ .btn.btn-primary { - background:#f1592a !important; + background:#f54813 !important; color: var(--bs-white) !important; font-family: 'Poppins', sans-serif; font-weight: 400; @@ -117,7 +117,7 @@ h6{ .btn.btn-secondary { background: transparent; - color: #f1592a; + color: #f54813; font-family: 'Poppins', sans-serif; font-weight: 400; border: none; @@ -140,7 +140,7 @@ h6{ position: relative; display: inline-block; text-transform: uppercase; - color: #f1592a; + color: #f54813; } .section-title .sub-style::before { @@ -152,7 +152,7 @@ h6{ transform: translateY(-50%); margin-bottom: -6px; margin-left: -100px; - border: 1px solid #f1592a !important; + border: 1px solid #f54813 !important; } .section-title .sub-style::after { @@ -164,14 +164,14 @@ h6{ transform: translateY(-50%); margin-top: -8px; margin-left: -50px; - border: 1px solid #f1592a !important; + border: 1px solid #f54813 !important; } .sub-title { position: relative; display: inline-block; text-transform: uppercase; - color: #f1592a; + color: #f54813; } .sub-title::before { @@ -183,7 +183,7 @@ h6{ transform: translateY(-50%); margin-bottom: -8px; margin-right: -100px; - border: 1px solid #f1592a !important; + border: 1px solid #f54813 !important; } .sub-title::after { @@ -195,7 +195,7 @@ h6{ transform: translateY(-50%); margin-top: -6px; margin-right: -50px; - border: 1px solid #f1592a !important; + border: 1px solid #f54813 !important; } @@ -248,7 +248,7 @@ h6{ .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active { - color: #f1592a !important; + color: #f54813 !important; } .navbar-light .navbar-brand img { @@ -286,7 +286,7 @@ h6{ } .dropdown .dropdown-menu a:hover { - background: #f1592a; + background: #f54813; color: white; } @@ -342,7 +342,7 @@ h6{ left: 0px; width: 100%; height: 2px; - background: #f1592a; + background: #f54813; opacity: 0; transition: all 0.5s; } @@ -414,7 +414,7 @@ h6{ .carousel-header .carousel .carousel-indicators li.active { width: 8px; height: 8px; - border: 8px solid #f1592a; + border: 8px solid #f54813; } .carousel-header .carousel-inner .carousel-item { @@ -498,7 +498,7 @@ h6{ left: 0; top: 0; border-radius: 10px 10px 0 0; - background-color: #f1592a; + background-color: #f54813; } .counter-facts .counter .counter-icon { @@ -543,7 +543,7 @@ h6{ font-size: 30px; font-weight: 700; display: block; - color: #f1592a; + color: #f54813; } @media screen and (max-width: 1200px) { @@ -676,7 +676,7 @@ h6{ } .features .feature-item:hover .feature-icon i { - color:#f1592a !important; + color:#f54813 !important; transform: rotate(360deg); transition: all 0.5s ease; } @@ -695,7 +695,7 @@ h6{ height: 0; bottom: 0; left: 0; - background: #f1592a; + background: #f54813; border-radius: 10px; transition: 0.5s; z-index: 1; @@ -803,7 +803,7 @@ h6{ .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover { - color: #f1592a; + color: #f54813; } /*** testimonial end ***/ @@ -909,7 +909,7 @@ h6{ /*** Footer Start ***/ .footer { - background: #f1592a; + background: #f54813; } .footer .footer-item a { line-height: 30px; @@ -943,3 +943,10 @@ h6{ background-color: #ffffff; padding: 20px; } + +.ml-250{ + margin-left: -650px; +} +.mr-250{ + margin-right: -650px; +} diff --git a/header.php b/header.php index b0ecee2..825ef23 100644 --- a/header.php +++ b/header.php @@ -46,7 +46,7 @@ -
+
diff --git a/home/slider.php b/home/slider.php index 83ea95f..540e303 100644 --- a/home/slider.php +++ b/home/slider.php @@ -8,9 +8,9 @@