diff --git a/index.html b/index.html index 8390a8e..6beabfe 100644 --- a/index.html +++ b/index.html @@ -62,12 +62,7 @@ - + diff --git a/style.css b/style.css index 715a1c2..0be6232 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,7 @@ body { margin: 2em 1em 0.5em; } -main, footer { +main { background: hsla(0, 0%, 100%, 40%); border-radius: 2em; border: 3px solid hsla(0, 0%, 100%, 30%); @@ -170,36 +170,6 @@ h1, h2 { --around-image: url(images/sparkles.svg); } } -footer { - max-width: 35em; - margin: 2em auto 0; - padding: 0.25em 0.5em; - border-radius: 0.5em; - font-size: 75%; - - color: black; - text-shadow: none; - font-weight: 400; - - display: grid; - grid-template: "e t" / 35px auto; - align-items: center; - justify-items: center; -} - -footer .emojo { - grid-area: e; -} - -footer p, footer div { - grid-area: t; - margin: 0; -} - -footer a { - color: hsl(254deg, 50%, 50%); -} - .ipa { font-family: BreezeSans; font-size: 90%; @@ -251,21 +221,6 @@ footer a { mix-blend-mode: screen; } - footer { - background: hsla(0, 0%, 0%, 50%); - color: white; - } - - footer a { - color: hsl(254deg, 100%, 85%); - } - - footer .emojo { - background: hsla(52deg, 85%, 95%, 75%); - padding: 2px; - border-radius: 1000px; - } - hr { background: white; }