Initial commit.

This commit is contained in:
Ian Gulliver
2015-12-26 18:10:23 -08:00
parent fcd6943103
commit 1a0c3fcb87
4 changed files with 300 additions and 0 deletions

12
static/babystats.css Normal file
View File

@@ -0,0 +1,12 @@
body {
margin: 0;
font-family: "proxima-nova";
}
#container {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}