feat: Updates styles in css and views.

This commit is contained in:
2025-01-01 12:20:55 -05:00
parent 26191a15c1
commit 99d77c0808
4 changed files with 147 additions and 45 deletions

View File

@@ -1,15 +1,13 @@
#extend("main"):
#export("body"):
<div class="center">
<h1>Welcome to chiller Pro vs. Cons</h1>
<div class="centered">
<h1>Welcome to Chiller - Pro vs. Cons</h1>
<p style="font-size: 12px;">Enter your display name below to get started!</p>
<form id="loginForm" action="login">
<label for="displayName">Display Name:</label>
<br>
<input type="text" id="displayName" name="displayName" placeholder="Name" required>
<br>
<br>
<input type="submit" value="Submit" class="loginButton">
<input type="submit" class="btn btn-submit dark bg-dark light-radius" value="Submit">
</form>
</div>
#endexport