Update navigation links and styling***

This commit is contained in:
Dano van den Bosch
2024-02-16 13:15:38 +01:00
parent 9255b8ab97
commit 71981d193a
2 changed files with 6 additions and 3 deletions

View File

@@ -15,8 +15,9 @@
<header> <header>
<nav class="navbar"> <nav class="navbar">
<ul> <ul>
<li><a href="climate-monitor.html">Monitoring deez</a></li> <li><a href="climate-monitor.html">Dashboard
<li><a href="Map.html">Map</a></li> </a></li>
<li><a href="Map.html">Graph</a></li>
</li> </li>
</ul> </ul>
</nav> </nav>

View File

@@ -56,7 +56,7 @@ p1 {
width: 50%; width: 50%;
height: 40%; height: 40%;
flex-direction: column; flex-direction: column;
border: 1px solid red; border: 3px solid #1f82d3;
border-radius: 20px; border-radius: 20px;
} }
@@ -65,6 +65,8 @@ p1 {
justify-content: left; justify-content: left;
flex-direction: row; flex-direction: row;
margin-bottom: 2%; margin-bottom: 2%;
margin-top: 1%;
/* border: 2px solid red; */ /* border: 2px solid red; */
} }