Final polishings to HTML etc for release.

This commit is contained in:
Jeroen Domburg
2014-10-14 21:35:52 +02:00
parent c71ec70334
commit 69bd1bd9c5
3 changed files with 110 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
body {
background-color: #404040;
font-family: sans-serif;
}
#main {
background-color: #d0d0FF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 2px solid #000000;
width: 800px;
margin: 0 auto;
padding: 20px
}