colors and formatting ready for demo

This commit is contained in:
kaipher7
2026-03-07 23:45:43 -07:00
parent 63f0987020
commit 5ce0af0e92
4 changed files with 133 additions and 66 deletions
+8 -4
View File
@@ -8,13 +8,16 @@
<body>
<header class="top-header">
<h1 class="site-name">Thyme Crunch</h1>
<img src="images/header_left.png" alt="Violin f-hole shape to the left of header." class="swirl">
<h1 class="site-name">Thyme Crunch</h1>
<img src="images/header_right.png" alt="Violin f-hole shape to the right of header." class="swirl">
</header>
<!-- Main Content -->
<main class="main-content">
<div class="login-box">
<h2>User Login</h2>
<h2>Log In</h2>
<form action="AuthController" method="post">
<label for="username">Username</label>
<input type="text" id="user" name="user" required>
@@ -24,8 +27,9 @@
<button type="submit">Enter</button>
</form>
<h3> OR <a href="create-account.html">SIGN UP</a> FOR AN ACCOUNT </h3>
</div>
<div class="sign_up">
<h3> OR <a href="create-account.html"><b>SIGN UP</b></a> FOR AN ACCOUNT </h3>
</div>
</main>
</div>