From 91130cf4996e57cc91bab8a1b213146331ff05aa Mon Sep 17 00:00:00 2001 From: Md Sakeel Ansari Date: Sat, 15 Jun 2024 17:19:14 +0530 Subject: [PATCH] In Footer section social media icon effect #1125 issue solved I added transform and transition effect on the social media icons. so it look good. --- css/footer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/footer.css b/css/footer.css index f86dfd2e..81481bd2 100644 --- a/css/footer.css +++ b/css/footer.css @@ -50,6 +50,16 @@ footer .social ul{ footer .social li{ margin: 5px; } +footer .social a { + color: #fff; + text-decoration: none; + transition: color 0.3s ease-in-out, transform 1.3s ease-in-out; +} + +footer .social a:hover img { + transform: scale(1.5); + color: blue; +} footer .footerEnd{ border-top: 1px solid #454d5e;