From e4d9afdd68982fdbaf947d15232cebefabda2c7b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sat, 16 Nov 2024 02:32:58 -0600 Subject: [PATCH] pong: remove unused css file --- src/pong.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/pong.css diff --git a/src/pong.css b/src/pong.css deleted file mode 100644 index 2229931..0000000 --- a/src/pong.css +++ /dev/null @@ -1,23 +0,0 @@ -html, body { - height: 100%; - margin: 0; -} - -body { - background: black; - display: flex; - align-items: center; - justify-content: center; -} - -.button { - background: blue; - color: white; - padding: 15px 20px; - font-size: 32px; - font-family: Arial, Helvetica, sans-serif; - text-transform: uppercase; - cursor: pointer; - position: relative; -} -