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; -} -