From a1c75cac21721db6077dcafb13437783240b7061 Mon Sep 17 00:00:00 2001 From: Livia020799 <146645775+Livia020799@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:52:41 +0100 Subject: [PATCH] Delete style.css --- style.css | 75 ------------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index ea5797e..0000000 --- a/style.css +++ /dev/null @@ -1,75 +0,0 @@ -/* Basic styles for the game */ -body { - font-family: Arial, sans-serif; - background-color: #f0f0f0; -} - -#app { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - height: calc(100vh - 16px); - margin-top: -16px; -} - -.flex { - display: flex; - align-items: center; - justify-content: center; -} - -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - -.text-4xl { - font-size: 2rem; -} - -.font-bold { - font-weight: bold; -} - -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} - -.rounded { - border-radius: 0.25rem; -} - -.bg-green-500 { - background-color: #8FBC8B; - margin-right: 10px; - border: 2px solid #008000; -} - -.hover\:bg-green-700:hover { - background-color: #C2DFC2; -} - -.text-white { - color: black; -} - -.bg-red-500 { - background-color: #FF6961; - margin-left: 10px; - border: 2px solid #8B0000; -} - -.hover\:bg-red-700:hover { - background-color: #ff7f7f; -} - -.h-[200px] { - height: 200px; -} \ No newline at end of file