From 07a2152a33149f84fdc92aa37a1d6b647b26e872 Mon Sep 17 00:00:00 2001 From: shikharrajat <105418744+shikharrajat@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:17:04 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 02305ec086..012a52e9e8 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ body { } .topbar { - width: 100%; + width: 80%; height: 50px; background-color: black; display: flex; @@ -24,12 +24,12 @@ body { } .logo { - font-size: 25px; + font-size: 20px; } h1 { - font-size: 20px; - margin-left: 20px; + font-size: 18px; + margin-left: 18px; } .topbar-center { @@ -41,9 +41,9 @@ h1 { .topbar-search { width: 50%; - height: 24px; + height: 22px; background-color: whitesmoke; - border-radius: 10px; + border-radius: 11px; display: flex; align-items: center; } @@ -110,7 +110,7 @@ h1 { } .menu-search { - width: 100%; + width: 80%; height: 30px; background-color: lightgray; border-radius: 20px; @@ -139,7 +139,7 @@ h1 { } .menu-item { - margin-top: 20px; + margin-top: 18px; cursor: pointer; } @@ -161,7 +161,7 @@ h1 { } .menu-bottom-user span { - font-size: 14px; + font-size: 12px; } .menu img { From 9f8280f2fc29000becd0b2eb22657ded5b63af17 Mon Sep 17 00:00:00 2001 From: shikharrajat <105418744+shikharrajat@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:35:24 +0530 Subject: [PATCH 2/2] Update index.html Enhanced accessibility with ARIA labels, replaced div elements with semantic tags (header, nav, footer), standardized search inputs as type="search", and added a fallback image for user profile to ensure consistent display if the image fails. --- index.html | 57 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 6125160f4c..3f2aab9884 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +
@@ -11,63 +12,65 @@ -