This commit is contained in:
Flummi 2018-08-11 16:08:31 +02:00
parent 6a86b4e07b
commit 671dab33d4
2 changed files with 7 additions and 4 deletions

View File

@ -237,9 +237,12 @@ html, body {
height: 185px;
width: 100%;
position: absolute;
top: 190px;
/*top: 190px;
transform: translateX(-50%);*/
left: 50%;
transform: translateX(-50%);
top: 39%;
transform: translate(-50%, -39%);
}
#player_self {

View File

@ -5,7 +5,7 @@
<link rel="stylesheet" href="./css/msgbox.css" />
</head>
<body>
<div id="menu" style="display: block">
<div id="menu" style="display: none">
<div id="menu_title">Menu</div>
<div class="menu_new">
<button class="menu_new">new</button>
@ -14,7 +14,7 @@
<button class="menu_join">join</button>
</div>
</div>
<div id="black" style="display: block"></div>
<div id="black" style="display: none"></div>
<div id="layer_game">
<div id="debug" style="display: none">
<a href="#" id="newcard">new card</a>