From fd4a98ce9f189543491db93ae87721611c2435b8 Mon Sep 17 00:00:00 2001 From: shivam8112005 Date: Sun, 6 Oct 2024 20:53:04 +0530 Subject: [PATCH] fixed hover effect timing of social media icons --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1cc48f8c..34e9332b 100644 --- a/index.html +++ b/index.html @@ -185,7 +185,7 @@ border-radius: 10px; background: transparent; color: #000000; - transition: background 0.3s, transform 0.3s; + /* transition: background 1s, transform 1s; */ } .socialmediaicons .fa-instagram:hover { @@ -195,6 +195,7 @@ #d42e81 50%, #a237b6 75%, #3e57bc 100%); + transition: all 0.3s ; background-clip: padding-box; border-radius: 10px; color: white; @@ -202,9 +203,13 @@ } .socialmediaicons .fa-facebook:hover{ + transition: all 0.3s ; color: blue; + + } .socialmediaicons .fa-youtube:hover{ + transition: all 0.3s ; color: red; } @@ -955,7 +960,7 @@