From 4885a5aeffcc30e58da640cbc8e120084817a237 Mon Sep 17 00:00:00 2001 From: Gagan Chauhan <81284966+GAGGZ1@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:19:59 +0530 Subject: [PATCH] Update contributor-style.css Added Comments in css file --- Official_Website/contributor-style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Official_Website/contributor-style.css b/Official_Website/contributor-style.css index a768be01..372aa657 100644 --- a/Official_Website/contributor-style.css +++ b/Official_Website/contributor-style.css @@ -11,7 +11,7 @@ p { align-items: center; justify-content: center; } -/*for icons */ +/*for icons css */ .icons { display: flex; gap: 10px; @@ -62,6 +62,7 @@ body { background-color: #f5f5f5; font-family: Arial, sans-serif; } +/* css for logo */ .logo { position: absolute; top: 20px; @@ -105,6 +106,8 @@ header { margin: 0 auto; } +/* css for gear */ + .gear { position: absolute; width: 50px; @@ -125,6 +128,7 @@ header { animation: spin 2s linear infinite reverse; } +/* css for spin */ @keyframes spin { 0% { transform: rotate(0deg);