diff --git a/Css-files/navbarstyles.css b/Css-files/navbarstyles.css index 5f22fd7..8e91598 100644 --- a/Css-files/navbarstyles.css +++ b/Css-files/navbarstyles.css @@ -6,13 +6,14 @@ body { /* Navbar styles */ .navbar { - background-color: rgba(255, 255, 245, 0.8); + /* background-color: rgba(255, 255, 245, 0.8); */ + background-color: rgb(255, 255, 255); padding: 1rem; display: flex; width: 100%; justify-content: space-between; - margin: 10px 1px!important; - border-radius: 20px; + margin: 0px 0px!important; + border-radius: 10px; } .nav-right {