Files
fedizinefest/styles.css
Glitch (hello-webpage) a79429a816 👀 Checkpoint
./styles.css:96831/285
./index.html:96831/177
./script.js:96831/291
./README.md:96831/87
2018-03-19 20:11:32 +00:00

12 lines
201 B
CSS

/* CSS files add styling rules to your content */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
}
h1 {
font-style: italic;
color: #373fff;
}