battleship/demo/dragdrop/style.css

30 lines
399 B
CSS
Raw Normal View History

2022-09-14 09:34:39 +00:00
body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
div {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 10px;
}
span {
width: 50px;
height: 50px;
}
#one,
#two {
background-color: beige;
}
#box {
background-color: chartreuse;
}