我有很多块,我想以类似表格的方式对它们进行排序。问题是,由于最后一个的margin-right,它们并不真正符合我想要的方式。请参阅此示例。我想在一条线上有 4 个块,我该如何实现?
CSS:
.box {
width: 500px;
height: 10000px;
}
.block {
float: left;
width: 100px;
height: 100px;
margin-right: 30px;
background-color: #0f0;
margin-bottom: 50px;
}