From 3f544b9c87dedf439be1254fc362b06595b0a33c Mon Sep 17 00:00:00 2001 From: Aarize Date: Sun, 2 Oct 2022 10:35:13 +0530 Subject: [PATCH 1/2] Color Changed and also Added Links Background color is changed and also Instagram icon color is changed Plus Added the links ,when the user click on the icons they will be redirected to the respective home pages of that icon --- 3d social media icons/index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/3d social media icons/index.html b/3d social media icons/index.html index a40274a..92d8de0 100644 --- a/3d social media icons/index.html +++ b/3d social media icons/index.html @@ -11,7 +11,8 @@ body { margin: 0; padding: 0; - background: #f5f5f5; + background: #4c5e6b; + position: absolute; top: 50%; left: 50%; @@ -50,7 +51,7 @@ padding-left: 20px; transform: rotate(318deg) skew(199deg) translate(0, 0); transition: .5s; - box-shadow: -20px 20px 10px rgba(0, 0, 0, .5); + box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.692); } ul li a:before { @@ -125,15 +126,15 @@ } ul li:hover:nth-child(4) a { - background: #e4405f; + background: #fd60f0; } ul li:hover:nth-child(4) a:before { - background: #d81c3f; + background: #ee2ade; } ul li:hover:nth-child(4) a:after { - background: #e46880; + background:#d17aca; } @@ -142,22 +143,22 @@