健美操七个步伐
.container {
display: flex;
flexwrap: wrap;
justifycontent: center;
gap: 20px;
padding: 20px;
}
.image {
maxwidth: 300px;
border: 1px solid ccc;
borderradius: 5px;
overflow: hidden;
}
.image img {
width: 100%;
height: auto;
}
.caption {
textalign: center;
margintop: 10px;
}
七个健美规定动作示例