diff --git a/new-wishing.html b/new-wishing.html index d62414a..da02a1c 100644 --- a/new-wishing.html +++ b/new-wishing.html @@ -63,6 +63,10 @@ flex: 1; } + .feature strong, .hero-text strong { + color: #A01515; /* Red color */ +} + .hero-image img { width: 100%; height: auto; @@ -313,7 +317,7 @@ -
+

The New Year represents fresh beginnings and exciting possibilities. At Bibhuti Solutions, we are excited to continue diff --git a/product.html b/product.html index e57dfc6..1c921ef 100644 --- a/product.html +++ b/product.html @@ -30,11 +30,14 @@ body { display: flex; justify-content: space-between; padding: 40px; + border-bottom: 10px solid #A01515;; + border-bottom-left-radius:10px; + border-bottom-right-radius:10px; } .header-left h1 { font-size: 42px; - color: #0f3b5f; + color: #A01515;; line-height: 1.1; } @@ -47,15 +50,13 @@ body { text-align: right; } -.logo { - font-size: 40px; - font-weight: bold; - color: #b08d57; +.logo img{ + height: 100px; } .date { margin-top: 10px; - color: #0f3b5f; + color: #A01515; } /* HERO */ @@ -65,7 +66,7 @@ body { object-fit: cover; } strong{ - color: #A01515;; + color: white; } /* CONTENT GRID */ .content-grid { @@ -78,7 +79,7 @@ strong{ /* LEFT CONTENT */ .content-left h2 { font-size: 32px; - color: #0f3b5f; + color: #bd2727; margin-bottom: 20px; } @@ -97,7 +98,7 @@ strong{ /* TOP NEWS CARD */ .top-news { - background: #0f3b5f; + background: #A01515;; color: #fff; padding: 30px; } @@ -126,7 +127,7 @@ strong{ } .image-caption { - background: #0f3b5f; + background: #bd2727; color: #fff; padding: 15px; font-weight: bold; @@ -134,11 +135,12 @@ strong{ /* FOOTER */ .footer { - background: #b08d57; + background: #E4A241; display: flex; align-items: center; padding: 20px 40px; color: #fff; + justify-content: center; } .footer .line { @@ -152,18 +154,20 @@ strong{ font-size: 20px; font-weight: bold; } -/* =============================== - RESPONSIVE STYLES -================================ */ +/* .content-right { + order: -1; +} */ + + @media (max-width: 992px) { - .header { - flex-direction: column; - gap: 20px; - text-align: left; - } - + .top-news p { + font-size: 24px; + } +.top-news { + font-size: 34px; +} .header-right { text-align: left; } @@ -232,7 +236,7 @@ strong{

- +

Friday, March 17, 2023

@@ -291,10 +295,14 @@ strong{ - + +