fixed index.html

This commit is contained in:
evanpelle
2024-12-03 07:50:28 -08:00
parent d133092317
commit 43aa7f8ddd
+4 -4
View File
@@ -42,11 +42,11 @@
</div>
<br />
<!-- Button layout -->
<div class="flex space-x-4 max-w-xs mx-auto/>
<div class="flex space-x-4 max-w-xs mx-auto">
<!-- Single Player button -->
<button id=" single-player"
class="flex-1 h-31 px-6 py-8 text-xl font-bold text-white bg-blue-600 rounded-lg hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 transition duration-300 ease-in-out">
Single Player
<button id="single-player"
class="flex-1 h-31 px-6 py-8 text-xl font-bold text-white bg-blue-600 rounded-lg hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 transition duration-300 ease-in-out">
Single Player
</button>
<!-- Create and Join Lobby buttons stacked -->