1
0
IsItJasonsBirthday/style.css
Glitch (hello-webpage) 6b73b9d721 📇🏂 Checkpoint
./index.html:96831/1
./README.md:96831/1
2018-03-19 21:14:14 +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;
}