From a1ca80def8acbd4d53cbf4b941150defc02cb72b Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Mon, 30 May 2022 17:17:13 +0100 Subject: [PATCH] chore: remove files that aren't needed --- site.html | 13 ------------- src/style.css | 21 --------------------- 2 files changed, 34 deletions(-) delete mode 100644 site.html delete mode 100644 src/style.css diff --git a/site.html b/site.html deleted file mode 100644 index f6cd67d..0000000 --- a/site.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Home | is-a-good.dev - - - - - -
Hello
- - \ No newline at end of file diff --git a/src/style.css b/src/style.css deleted file mode 100644 index 2e3f88e..0000000 --- a/src/style.css +++ /dev/null @@ -1,21 +0,0 @@ -.body { - font-family:sans-serif; - display:flex; - flex-direction:column; - align-items:center; - justify-content:center; -} -.blocks { - margin-top:2em; -} -/*.blocks a { - text-decoration:none; - color:#000; - padding:50px 10px; - text-align:center; - border:1px solid #000; - border-radius:5px; -} -.blocks a:hover { - text-decoration:underline; -}*/ \ No newline at end of file