Lets say I have
1 2 4条回答 日久生厌 (楼主) 2021-01-14 10:17 There is a CSS property that does exactly that http://tinker.io/8ff59 .cont { -webkit-columns: 5em; -moz-columns: 5em; columns: 5em; /* desired width of column */ } http://caniuse.com/#feat=multicolumn 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
There is a CSS property that does exactly that
http://tinker.io/8ff59
.cont { -webkit-columns: 5em; -moz-columns: 5em; columns: 5em; /* desired width of column */ }
http://caniuse.com/#feat=multicolumn