Initial commit from Gomix.

This commit is contained in:
System 2017-02-18 18:41:37 +00:00
parent 51706d8b6a
commit 45a0ca7816
7 changed files with 199 additions and 2 deletions

16
public/style.css Normal file
View file

@ -0,0 +1,16 @@
/* 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;
}