Files
web-learning/flex布局/container.css
2024-03-20 20:54:41 +08:00

13 lines
230 B
CSS

.num1{
width:400px;
height: 400px;
background-color: aqua;
display:flex;
justify-content: center;
align-items: center;
}
.inter{
width: 150px;
height: 150px;
background-color: red;
}