first commit

This commit is contained in:
tamat
2013-09-26 19:40:42 +02:00
commit a0b689da2b
46 changed files with 13015 additions and 0 deletions

13
style.css Normal file
View File

@@ -0,0 +1,13 @@
body { background-color: #DDD; }
h1 {
margin: 0;
}
#wrap {
margin: auto;
width: 800px;
min-height: 400px;
padding: 1em;
background-color: white;
box-shadow: 0 0 2px #333;
}