Update navigation links and styling***
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user