属性
- column-count:3;
- column-gap:2em
- column-rule:
- column-width:
.box{
height: 100px;
width: 75%;
margin:0 auto;
overflow:auto;
column-count:2;
}
.box{
height: 100px;
width: 75%;
margin:0 auto;
overflow:auto;
column-count:2;
}