improve form layout and styling

This commit is contained in:
2022-12-20 17:02:33 -08:00
parent 41d8b240ab
commit 9754351e22
3 changed files with 19 additions and 4 deletions

View File

@@ -19,12 +19,14 @@
<label for="username">Password:</label>
<input type="password" id="password" name="password">
</div>
</fieldset>
<fieldset>
<div class="btn-group">
<button id="submit">LOGIN</button>
</div>
</fieldset>
<p id="status"></p>
</form>
<p id="status"></p>
</div>
</body>
</html>