diff --git a/index.html b/index.html index 21ed381..23786a7 100644 --- a/index.html +++ b/index.html @@ -491,7 +491,7 @@

Stay Updated with Our Latest News

class="email-input" required /> - + diff --git a/style.css b/style.css index a9f40df..81a9bf5 100644 --- a/style.css +++ b/style.css @@ -558,7 +558,9 @@ a:visited { /* Button Styling */ -.submit-btn { +.submit-btn, +.subscribe-btn +{ padding: 12px 25px; color: #fff; font-weight: bold; @@ -572,7 +574,9 @@ a:visited { font-size: 16px; } -.submit-btn:hover { +.submit-btn:hover, +.subscribe-btn:hover +{ transform: scale(1.05); box-shadow: 0 3px 15px rgba(244, 2, 2, 0.9), 0 0 30px rgba(237, 20, 4, 0.95); background: linear-gradient(135deg, @@ -1200,6 +1204,10 @@ input[type="number"]::-webkit-outer-spin-button { width: 90%; } + .subscribe-btn{ + width: auto; + } + .footer { grid-template-columns: 1fr 1fr; padding: 2rem;