From 438a9734eb061bcf6364a815a42a408b717e4a44 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-webpage)" Date: Tue, 13 Oct 2020 19:59:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=F0=9F=8F=86=20Checkpoint=20./style?= =?UTF-8?q?.css:617503/77=20./index.html:617503/122?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +---- style.css | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 5fe2e26..2f6e24e 100644 --- a/index.html +++ b/index.html @@ -14,11 +14,8 @@ -

Hi there!

+

Hello world!

-

- 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; }