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>
<nav class="navbar">
<ul>
<li><a href="climate-monitor.html">Monitoring deez</a></li>
<li><a href="Map.html">Map</a></li>
<li><a href="climate-monitor.html">Dashboard
</a></li>
<li><a href="Map.html">Graph</a></li>
</li>
</ul>
</nav>

View File

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