From 32f4ad3b5d22227b8c73c3f0603706fdee554ac6 Mon Sep 17 00:00:00 2001 From: Antima Mishra <114092138+Antima2004@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:16:45 +0530 Subject: [PATCH] Again upadated logo in the homepage,aboutpage and resumepage --- about.html | 9 ++++++++- images/logo.png | Bin 0 -> 78286 bytes images/logo.png.jpeg | Bin 0 -> 17356 bytes index.html | 3 +-- resume.html | 9 ++++++++- style.css | 6 ++++++ 6 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 images/logo.png create mode 100644 images/logo.png.jpeg diff --git a/about.html b/about.html index 78c4fe4..2dc7d54 100644 --- a/about.html +++ b/about.html @@ -192,11 +192,17 @@ align-items: center; } +.navbar img{ + width: 100px; + padding: 0px 6px; + margin-right: -64px; +} + .navbar h1 { color: var(--off-white); /* Changed to use off-white for better contrast */ margin: 0; font-size: 2rem; - margin-left: 15px; /* Adjust this value to move the logo right */ + margin-left: -38rem; /* Adjust this value to move the logo right */ transition: color 0.3s ease; /* Smooth transition for color change */ } @@ -257,6 +263,7 @@