diff --git a/index.html b/index.html index 5fe2e26..2f6e24e 100644 --- a/index.html +++ b/index.html @@ -14,11 +14,8 @@
-- I'm your cool new webpage. Made with Glitch! -
diff --git a/style.css b/style.css index f013185..8148719 100644 --- a/style.css +++ b/style.css @@ -3,9 +3,10 @@ body { font-family: helvetica, arial, sans-serif; margin: 2em; + background-color: #69F7BE; } h1 { - font-style: italic; color: #373fff; + font-size: 164pt; }