UNPKG

342 BCSSView Raw
1body.unready {
2 display: none;
3 background: black;
4}
5
6body {
7 -webkit-user-select: none;
8 margin: 0;
9 font-family: Meiryo;
10 background: url('../images/background.jpg');
11 position: absolute;
12 top: 0;
13 right: 0;
14 bottom: 0;
15 left: 0;
16}
17
18p {
19 font-size: 16px;
20 position: absolute;
21 top: 0;
22 right: 0;
23 bottom: 0;
24 left: 0;
25 text-align: center;
26}
\No newline at end of file