Add a custom template to the example

This commit is contained in:
Mathias Biilmann Christensen
2016-09-12 15:27:45 +02:00
parent 8221c9c170
commit 9ced3f16c8
4 changed files with 40 additions and 3 deletions

15
example/example.css Normal file
View File

@ -0,0 +1,15 @@
html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #444;
}
body {
padding: 20px;
}
h1 {
font-weight: bold;
color: #666;
font-size: 32px;
margin-top: 20px;
}