From 46ab4191067213322f4945f883ed31d775df556c Mon Sep 17 00:00:00 2001 From: Raj Date: Wed, 19 Jun 2024 16:31:11 +0530 Subject: [PATCH] changed the style for logo.png increased the size and implemented round corners to the logo in navbar. --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 2898a06..c37ea9a 100644 --- a/style.css +++ b/style.css @@ -43,9 +43,10 @@ header{ background: #eeeff1; padding: 15px 100px; } -.logo img{ - width: 40px; -} +.logo img { + width: 60px; + border-radius: 10px; /* This creates 10px rounded corners */ + } .navbar{ display: flex; }