From 4d771314e7f0981faf73819ebb415daaeba375f8 Mon Sep 17 00:00:00 2001 From: p0x games <151543501+p0xx@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:10:05 -0500 Subject: [PATCH] Delete othecss directory --- othecss/main.css | 54 ------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 othecss/main.css diff --git a/othecss/main.css b/othecss/main.css deleted file mode 100644 index 9639d57..0000000 --- a/othecss/main.css +++ /dev/null @@ -1,54 +0,0 @@ -@import url(games.css); -@import url(home.css); -@import url(navigation.css); -@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); - -html, -body { - margin: 0; - padding: 0; - min-height: 100vh; - font-family: 'Lato'; - user-select: none; - scrollbar-color: white; -} - -a { - text-decoration: none; - color: blue; -} - -.buttons { - display: inline-block; - padding: 10px 20px; - background-color: #ddd; - color: #333; - text-decoration: none; - border-radius: 4px; - transition: background-color 0.3s; -} - -.buttons:hover { - background-color: #bbb; -} - -.game-count { - border-radius: 15px; - padding: 12px; - background-color: #4287f5; - margin: 3em 3em 0; - display: inline-block; - cursor: pointer; - transition: .3s, .5s ease-in-out; -} - -.game-count:hover { - background-color: #3d7bdf; -} - -.game-count:active { - transform: rotate3d(1, 1, 1, 360deg); -} - - -/* Can't make my mind up mabye, 'https://fonts.google.com/specimen/Inter'? */