Files
fedizinefest/style.css
Glitch (hello-webpage) 24d87fde97 🍉🏏 Checkpoint
./style.css:867163/33
2019-10-23 17:47:19 +00:00

12 lines
168 B
CSS

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