Files
fedizinefest/style.css
Glitch (hello-webpage) 438a9734eb 🦄🏆 Checkpoint
./style.css:617503/77
./index.html:617503/122
2020-10-13 19:59:09 +00:00

13 lines
195 B
CSS

/* CSS files add styling rules to your content */
body {
font-family: helvetica, arial, sans-serif;
margin: 2em;
background-color: #69F7BE;
}
h1 {
color: #373fff;
font-size: 164pt;
}