From b45406fd97c1afe93e80d734470498c2997ad82a Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Tue, 6 Jun 2023 17:04:51 -0500 Subject: [PATCH] Remove old stylesheet, its been moved to styles. --- err/styles.css | 60 -------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 err/styles.css diff --git a/err/styles.css b/err/styles.css deleted file mode 100644 index e2188e9..0000000 --- a/err/styles.css +++ /dev/null @@ -1,60 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap'); - -html,body { - height: 100%; -} -h1 { - font-family: 'Bitter', serif; - color: white; - font-size: 50px; - text-align: center; -} -p { - font-family: 'Bitter', serif; - color: white; - text-align: center; - float: bottom; -} -p.tiny { - font-family: 'Bitter', serif; - color: white; - font-size: 12px; - text-align: center; - float: bottom; -} -a { - color: white; - font-family: 'Bitter', serif; -} - -body { - background-image: url("/img/bg.jpg"); - background-repeat: no-repeat; - height: 100%; -} - -div { - margin-top: auto; - display: block; -} -img { - width: 20%; - display: block; - margin-left: auto; - margin-right: auto; -} - -input { - -webkit-appearance: none; - appearance: none; - margin-left: auto; - margin-right: auto; - display: block; - min-width: 250px; - background: #dad9d9; - font-size: 170%; - font-family: 'Share Tech Mono', monospace; - color: black; - box-shadow: inset -0.05em -0.05em black -} \ No newline at end of file