game interface improvement
This commit is contained in:
parent
fca4dd2acb
commit
d4b0fcc021
@ -10,6 +10,8 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" href="./gameUI.css">
|
<link rel="stylesheet" href="./gameUI.css">
|
||||||
|
<link rel="preload" href="./won.png" as="image">
|
||||||
|
<link rel="preload" href="./lose.png" as="image">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts grid" id="grid">
|
<div class="ts grid" id="grid">
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
background-color: rgb(250,250,250);
|
background-color: rgb(250,250,250);
|
||||||
}
|
}
|
||||||
body,html {
|
body,html {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100vw;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user