👀 Checkpoint

./styles.css:96831/285
./index.html:96831/177
./script.js:96831/291
./README.md:96831/87
This commit is contained in:
Glitch (hello-webpage)
2018-03-19 20:11:32 +00:00
parent 716cb72225
commit a79429a816
4 changed files with 22 additions and 15 deletions

View File

@ -1,9 +1,11 @@
/* this CSS (cascading stylesheet) includes rules for how our webpage looks */
/* CSS files add styling rules to your content */
body {
font-family:"Benton Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",helvetica,arial,sans-serif;
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
}
h1 {
font-style: italic
font-style: italic;
color: #373fff;
}