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 @@