battleship/demo/public/style.css

14 lines
189 B
CSS
Raw Normal View History

2022-09-14 09:34:39 +00:00
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}