diff --git a/index.html b/index.html index e91953f..e79c489 100644 --- a/index.html +++ b/index.html @@ -140,16 +140,20 @@ footer { background-color: #C4D7FF; - color: #f3f4f6; + color: white; text-align: center; - padding: 15px 0; + padding: 10px 0; + position: relative; + bottom: 0; width: 100%; } - footer a{ - text-decoration: none; - color: #f3f4f6; + + .social-icon { + transition: transform 0.3s ease; + /* Smooth transition effect */ } + .checkbtn { font-size: 30px; color: #333; @@ -703,80 +707,59 @@