From 7b31bf5383cebf6e98056c872f1170e70268fcf7 Mon Sep 17 00:00:00 2001 From: sanketdev1234 Date: Thu, 10 Oct 2024 03:06:21 +0530 Subject: [PATCH 1/2] change the font family
  • HOME
  • ABOUT
  • TRAINER
  • CLIENT
  • BLOG
  • CONTACT
  • --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index a4e5245..663d8b2 100644 --- a/index.html +++ b/index.html @@ -26,12 +26,12 @@ From 99e288c56f22261540199fd10dce891a235e0981 Mon Sep 17 00:00:00 2001 From: sanketdev1234 Date: Thu, 17 Oct 2024 08:00:12 +0530 Subject: [PATCH 2/2] changes in navba --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 2c66587..6eb4d26 100644 --- a/style.css +++ b/style.css @@ -97,6 +97,8 @@ nav { display: flex; align-items: center; color: white; + opacity: 0.75; + background-color:#5b5757; } .nav__logo img {