【发布时间】:2021-07-06 11:58:22
【问题描述】:
.row {
display : flex;
justify-content: center;
align-items : center;
margin-bottom: 5px;
}
.box {
height: 20px;
width: 20px;
border: 1px solid black;
border-radius: 0;
margin-right : 5px;
}
/* Canada */
.canada {
background: #FF0000;
color: white;
text-align: center;
}
如何使用类似的css来绘制:
【问题讨论】:
标签: css