From 914fdb66e7ef4896ec89ddee099c0a62c4c395eb Mon Sep 17 00:00:00 2001 From: likhithaarveti Date: Wed, 30 Oct 2024 11:12:42 +0530 Subject: [PATCH] added-logo-to-page-and-made-sure-it-redirects-to-home-page --- review.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/review.html b/review.html index f50ce186..16b6575f 100644 --- a/review.html +++ b/review.html @@ -135,9 +135,18 @@ background-color: #2b2b3c; padding: 15px; display: flex; + align-items: center; justify-content: center; } + .nav img { + float: left; + margin-right: 10px; /* Adds space between the image and links */ + width: 50px; + height: auto; + } + + .nav a { color: #e4e4e7; font-weight: 600; @@ -220,6 +229,9 @@