[go: up one dir, main page]

Menu

[2f7d4b]: / reset.css  Maximize  Restore  History

Download this file

22 lines (20 with data), 354 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
html,
body {
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
width: 100vw;
height: 100vh;
min-height: 720px;
padding: 0;
margin: 0;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow-x: hidden;
overflow-y: auto;
}
* {
box-sizing: border-box;
user-select: none;
}