version 0.0.2

This commit is contained in:
2016-02-10 10:59:07 +01:00
parent 3a1864202b
commit 94d6690ea2
5 changed files with 70 additions and 4 deletions

26
client/css/main.css Normal file
View File

@@ -0,0 +1,26 @@
body {
background-color: black;
margin: 0;
padding: 0;
text-align: center;
font-family: "Very damaged", Arial, Helvetica, sans-serif;
}
#main {
margin-top: 20px;
background-color: rgba(0, 0, 0, 1);
margin-left: auto;
margin-right: auto;
}
#pong {
border: 1px solid rgba(255, 255, 255, 1);
margin-top: 50px;
}