From e5b5b3b199d69a65dd0da17ae6703a10f8fcab8f Mon Sep 17 00:00:00 2001 From: monishkumardvs Date: Sat, 5 Oct 2024 17:20:45 +0530 Subject: [PATCH] Did proper allignment in footer section --- index.html | 68 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 49facb2b..826bf624 100644 --- a/index.html +++ b/index.html @@ -1021,9 +1021,30 @@ } .footer-icons .icon:hover .fa-github { - color: rgb(20, 15, 15); + color: rgb(20, 15, 15);} /* Change to Github color on hover */ + +.icons { + display: flex; + gap: 10px; + align-items: center; + justify-content: center; +} + +.icon i { + font-size: 24px; + color: #000; + + cursor: pointer; + margin: 0; + padding: 0; } + +.icon i:hover { + color: #555; +} + +