./styles.css:96831/285 ./index.html:96831/177 ./script.js:96831/291 ./README.md:96831/87
12 lines
201 B
CSS
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;
|
|
}
|