13 lines
195 B
CSS
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;
|
|
}
|