From 200eb5a456d330fea5ea9a435b972c9f6dc486a1 Mon Sep 17 00:00:00 2001 From: harshit1142 Date: Tue, 24 Oct 2023 18:59:12 +0530 Subject: [PATCH] Updated: Footer CSS --- parallax_effect/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/parallax_effect/main.css b/parallax_effect/main.css index b05d967..9112db5 100644 --- a/parallax_effect/main.css +++ b/parallax_effect/main.css @@ -253,6 +253,7 @@ footer{ font-weight: 500; text-transform: capitalize; line-height: 3rem; + background-image: url("./assets/angry.png"); } .footer-content p{ max-width: 500px; @@ -284,7 +285,10 @@ footer{ transition: color .4s ease; } .socials a:hover i{ - color: rgb(205, 18, 234); + color: rgb(212, 234, 18); +} +.socials li a:hover{ + box-shadow: 1px 1px 3px 3px white; } .footer-bottom{ display: flex;