Adding files

This commit is contained in:
renaiku
2017-08-07 14:38:04 +02:00
parent 0f3687f992
commit ec2ce72a51
10 changed files with 405 additions and 1 deletions
+49
View File
@@ -0,0 +1,49 @@
@font-face {
font-family: pcdown;
src: url('pdown.ttf');
}
body {
font-family: roboto;
}
#cursor {
position: absolute;
z-index: 999999;
display: none;
}
#menu {
position: absolute;
top: 50%;
left: 50%;
}
#menu {
display : flex;
flex-direction: column;
width : 500px;
height : 150px;
margin-top : -75px;
margin-left: -250px;
}
#menu div {
display: flex;
flex-direction: row;
}
#deposit_btn {
width : 250px;
height: 50px;
font-size: 2em;
}
#deposit_amount {
width : 250px;
height : 50px;
font-size: 2em;
}
#withdraw_btn {
width : 250px;
height: 50px;
font-size: 2em;
}
#withdraw_amount {
width : 250px;
height : 50px;
font-size: 2em;
}