From ec61bce2ed1e288c5497e6689f4ed99ef6d5192d Mon Sep 17 00:00:00 2001 From: misopog <94299562+misopog@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:45:42 +0100 Subject: [PATCH] Delete style.css --- style.css | 83 ------------------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 5c5aa14..0000000 --- a/style.css +++ /dev/null @@ -1,83 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap'); - -html { - background-color: #101010; - align-items: center; - color: #ebdbb2; - display: flex; - font-family: 'Ubuntu Mono', monospace; - font-size: 25px; - height: 100%; - justify-content: center; - margin: 0; - } - - body { - display: flex; - margin: 1em; - padding: 1em; - } - - h1 { - font-size: 2em; - grid-column: 1 / -1; - margin: 0; - text-align: center; - color: #a0a0a0; - } - - a { - color: #f7f7f7; - text-decoration: none; - } - - a:focus, - a:hover { - color: #a9b1d6; - } - - nav { - display: grid; - grid-template-columns: 1fr 1fr; - margin: 0 1em; - min-width: 24em; - padding: 1em 0; - } - - ul { - list-style-type: none; - margin: 0; - padding: 0; - white-space: nowrap; - } - - li:first-child { - font-weight: bold; - line-height: 2em; - color: #525252; - } - - img { - border: 2px solid #ebdbb2; - height: auto; - object-fit: cover; - object-position: 50% 100%; - width: 10em; - } - -input { - background-color: unset; - font: 16px 'Ubuntu Mono', monospace; - color: #868686; - height: 100%; - width: 100%; - border-top-style: hidden; - border-bottom-style: soild; - border-left-style: hidden; - border-right-style: hidden; - border-bottom-color: #252525; - text-align: center; - margin-top: 50px; - outline: 0; - padding-bottom: 0.5em; -}