Initial Commit
This commit is contained in:
parent
869faf2919
commit
0277e5ddc7
13 changed files with 268 additions and 1 deletions
14
web/styles.css
Normal file
14
web/styles.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Roboto);
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
#output {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue