fcc-boilerplate-express/public/style.css
2017-02-18 18:41:37 +00:00

16 lines
No EOL
289 B
CSS

/* the 'body' selector is required for the tests to pass */
/* You can change the style attributes if you want */
body {
background-color: #222;
color: #ddd;
text-align: center;
font-family: sans-serif;
}
h1 {
font-size: 4em;
}
input[type=text], label {
margin-bottom: 8px;
}