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 }