better background, enlarge cards on hover

This commit is contained in:
Gavin McDonald
2025-04-10 14:27:22 -04:00
parent ffa9c5a9a6
commit 1734eec436
4 changed files with 2 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ export default function Home() {
};
return (
<main className="min-h-screen flex items-center justify-center">
<main className="min-h-screen flex items-center justify-center bg-[url('/img/table3.png')] bg-cover bg-center">
<button
onClick={handleCreateGame}
className="bg-blue-600 text-white text-lg px-6 py-3 rounded-xl shadow hover:bg-blue-700 transition"