Initial commit from Gomix.
This commit is contained in:
parent
51706d8b6a
commit
45a0ca7816
7 changed files with 199 additions and 2 deletions
16
public/style.css
Normal file
16
public/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue