From dad594e3268dfbd99d8a21b31d5f7b5c9947ae90 Mon Sep 17 00:00:00 2001 From: gulatikeshav <133638164+gulatikeshav@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:24:09 +0530 Subject: [PATCH] Update code.css --- Slack CLONE/code.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Slack CLONE/code.css b/Slack CLONE/code.css index 966e8d7..5607dff 100644 --- a/Slack CLONE/code.css +++ b/Slack CLONE/code.css @@ -4,7 +4,7 @@ body{ #logo-head{ width: 105px; margin-bottom: -5px; - + cursor: pointer; } #head-search{ width: 25px; @@ -15,7 +15,12 @@ body{ font-size: 17px; font-weight: 120px; color: white; + cursor: pointer; } +#head-txt:hover{ + color: yellow; +} + #head-button-1{ padding: 13.5px; border-color:#ffffff; @@ -24,6 +29,7 @@ body{ color: #ffffff; font-weight: 500; font-size: 12px; + cursor: pointer; } #head-button-2{ padding: 15px; @@ -32,7 +38,10 @@ body{ color: rgb(0, 0, 0); font-weight: 600; font-size: 11px; + cursor: pointer; + } + #blue-label{ background-color: rgb(63, 107, 200); color: aliceblue; @@ -220,4 +229,4 @@ html, body { } #right-four-carou{ margin-left: 800px; -} \ No newline at end of file +}