2024-12-23 21:25:24 +01:00

16 lines
244 B
CSS

* {
margin: 0;
padding: 0;
}
body,
html {
width: 100vw;
height: 100vh;
overflow: hidden;
/* background-color: white;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center; */
}