From c004813aa3c9c77bca00ba548d8b02bf653d29f0 Mon Sep 17 00:00:00 2001 From: Prayas248 Date: Sat, 13 Apr 2024 18:19:14 +0530 Subject: [PATCH] feat: added navbar logo --- main/index.html | 6 +++++- main/style.css | 10 ++++++++++ package-lock.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/main/index.html b/main/index.html index 72bca0a..35c3b9f 100644 --- a/main/index.html +++ b/main/index.html @@ -15,7 +15,11 @@
diff --git a/main/style.css b/main/style.css index 4c81688..ac076d5 100644 --- a/main/style.css +++ b/main/style.css @@ -205,4 +205,14 @@ padding-bottom: 6vw; } #imageabout{ border-radius: 50px; +} +.side{ + display: flex ; +gap: 10px; +align-items: center; +} +.side .logo{ + width: 50px; + height: 50px; + border-radius: 100%; } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 300a1b2..4d7a05a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "template", + "name": "CodePlay-my", "lockfileVersion": 3, "requires": true, "packages": {