From 8d3b5b7bb5e2d48eaddafd3e6978747f104d22d6 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 13:46:02 -0800 Subject: [PATCH] a bunch of changes lol --- style.css | 44 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) diff --git a/style.css b/style.css index 5167949..ffdb380 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ ul { .divs { border: 2px solid #ef9f76; border-radius: 10px; - padding: 5px; + padding: 0; } h1 { margin-bottom: 2px; @@ -31,14 +31,14 @@ h1 { h2 { margin-top: 2px; margin-bottom: 2px; - font-size: 2em; + font-size: 2.5em; color: #c6d0f5; text-align: center; } h4 { margin-top: 2px; margin-bottom: 2px; - font-size: 1.5em; + font-size: 1.75em; color: #ef9f76; text-align: center; } @@ -53,37 +53,18 @@ footer { color: #c6d0f5 } p { - font-size: 2em; + font-size: 1.25em; margin: 10px; text-align: center; color: #c6d0f5 } -#h { - font-size: 2.5em; - text-align: center; - list-style-type: none; - color: #c6d0f5; - font-weight: bold; -} -#e { - font-size: 2em; +li { + font-size: 1.25em; text-align: center; list-style-type: none; color: #c6d0f5; margin-bottom: 1.5px; } -.shit { - display: inline-block; - padding: 5px; - border: 1px solid #ef9f76; - padding-right: 5px; - text-decoration: none; - color: #c6d0f5; - border-radius: 5px; - font-weight: bold; - text-align: center; - font-size: 1.25em; -} .button { padding: 0.25rem 0.5rem; text-decoration: none; @@ -118,15 +99,6 @@ a:not(.button):visited { align-items: center; flex-wrap: wrap; } -.meow { - height: 2px; - width: 80%; - background-color: #ef9f76; - margin-left: auto; - margin-right: auto; - margin-bottom: 10px; - margin-top: 10px; -} .nya { height: 2px; width: 80%; @@ -138,10 +110,6 @@ a:not(.button):visited { box-shadow: 0 0 5px 0px #949cbb; } @media screen and (max-width:750px) { - #h { - padding: 0px; - margin-left: 0px - } #e { padding: 0px; margin-left: 0px