16 lines
No EOL
289 B
CSS
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;
|
|
} |