change nav styling and responsiveness
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
12
login.html
12
login.html
@@ -10,10 +10,14 @@
|
||||
<script src="scripts/login.js" type="module"></script>
|
||||
</head>
|
||||
<body class="w3-display-container" style="min-height: 100vh;">
|
||||
<header class="w3-black w3-bar">
|
||||
<nav class="w3-large w3-bar" id="nav">
|
||||
<h1 class="w3-bar-item w3-mobile w3-hide-small" style="font-size: 18px; margin: 0px; background-color: #0f0; color: #000;">tronnet</h1>
|
||||
<a class="w3-bar-item w3-mobile w3-button w3-hide-small" href="login.html" aria-current="true">Login</a>
|
||||
<header>
|
||||
<nav id="hamnav">
|
||||
<h1 style="font-size: 18px; margin: 0px; background-color: #0f0; color: #000;">tronnet</h1>
|
||||
<label for="hamburger">☰</label>
|
||||
<input type="checkbox" id="hamburger">
|
||||
<div id="hamitems">
|
||||
<a href="login.html" aria-current="true">Login</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="w3-container w3-display-middle w3-mobile">
|
||||
|
Reference in New Issue
Block a user