themagician.cc/styles/common.css

10 lines
117 B
CSS

*, *::before, *::after {
margin: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
}