From 716cb722258e0d4aa5809b54449d7bf704d6aa48 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-webpage)" Date: Mon, 19 Mar 2018 20:01:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=96=F0=9F=9A=92=20Checkpoint=20./index?= =?UTF-8?q?.html:96831/423=20./styles.css:96831/354?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 +++++++++--- styles.css | 6 ++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ab75824..6c59f6f 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,27 @@ - + Hello! + + + + +

Hi there!

I'm your cool new webpage. Made with - Glitch + Glitch!

- + +
diff --git a/styles.css b/styles.css index c98e703..9f54d71 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,9 @@ +/* this CSS (cascading stylesheet) includes rules for how our webpage looks */ + +body { + font-family:"Benton Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",helvetica,arial,sans-serif; +} + h1 { font-style: italic }