iframes war
This commit is contained in:
parent
0965403ca4
commit
57d6cd5107
14
game.php
14
game.php
@ -19,30 +19,26 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
||||
<title>Окно игры</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
/* form {
|
||||
padding: 3px;
|
||||
form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form input {
|
||||
border: 1px solid silver;
|
||||
padding: 10px;
|
||||
width: 80%;
|
||||
margin-right: .5%;
|
||||
}
|
||||
|
||||
form input[type="submit"] {
|
||||
width: 15%;
|
||||
padding: 10px;
|
||||
}
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
display:grid;
|
||||
background:#d7d7d7;
|
||||
height: 100vh;
|
||||
grid-template-rows: 45px /* Шапка */
|
||||
2fr /* Окно игры */
|
||||
@ -50,13 +46,9 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
||||
30px;/* Подвал */
|
||||
}
|
||||
|
||||
header, footer {
|
||||
margin: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: right;
|
||||
box-shadow: 0 3px 2px -2px slategray;
|
||||
}
|
||||
|
||||
#game, #chat {
|
||||
|
Loading…
Reference in New Issue
Block a user