themagician.cc/styles/common.css

10 lines
117 B
CSS
Raw Normal View History

2023-12-02 17:35:11 +00:00
*, *::before, *::after {
margin: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
}