time to actually start making this look legit

This commit is contained in:
Jacob Levine 2019-02-09 14:54:03 -06:00
parent a4840003f5
commit c6980ff71d
2 changed files with 8 additions and 3 deletions

View File

@ -16,9 +16,9 @@
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="#">Profile</a>
<a href="team">Team</a>
<a href="scout">Scout Matches</a>
<a href="stats">Torunament Stats</a>
<a href="../team">Team</a>
<a href="../scout">Scout Matches</a>
<a href="../stats">Torunament Stats</a>
</div>
<div id="main">
<span onclick="openNav()" id="topbar">

View File

@ -13,6 +13,11 @@ table{
}
td{
text-align: left;
margin: 10px;
}
#newEM, #newDN{
border: 3px black;
font-family: 'Roboto', sans-serif;
}
/* The side navigation menu */
.sidenav {