Init commit

This commit is contained in:
asraelite 2018-03-01 23:38:22 +00:00
commit 0c5ad88981
8 changed files with 62 additions and 0 deletions

25
styles.css Normal file
View file

@ -0,0 +1,25 @@
body {
margin: 0;
overflow: hidden;
background-color: #222;
}
#container {
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#main {
width: 600px;
height: 600px;
margin: 50px auto;
border: 2px solid #111;
background-color: #fff;
}
#temp {
display: none;
}