diff --git a/style.css b/style.css index eac8118..13c9a1a 100644 --- a/style.css +++ b/style.css @@ -323,11 +323,21 @@ body { } + +.footer .footer-section h3 { + font-size: 18px; + margin-bottom: 20px; + font-weight: 600; + color: #fff; + border-bottom: 2px solid #3f10ea; + padding-bottom: 10px; + .ul{ padding: 0; list-style: none; font-family: Verdana, Geneva, Tahoma, sans-serif; text-align: center; + } .footer-bottom{ text-align: center; @@ -337,6 +347,29 @@ body { margin-top:10px; } + +.footer .footer-section ul li a { + color: #2f4f4f; + text-decoration: none; + transition: color 0.3s ease; +} + +.footer .footer-section ul li a:hover { + color: #3f10ea; +} + +.footer .footer-section .social-icons a { + margin-right: 10px; + color: #2f4f4f; + text-decoration: none; + font-size: 18px; + transition: color 0.3s ease; +} + +.footer .footer-section .social-icons a:hover { + color: #3f10ea; +} + .footer a { color: var(--soft-gold); text-decoration: none; @@ -354,6 +387,7 @@ body { } + .footer a:hover { text-decoration: underline; }