battleship/demo/public/style.css
2022-09-14 17:34:39 +08:00

14 lines
189 B
CSS

* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}