CSS3 多列布局布局
能够随屏幕大小自适应布局spa
可以建立多个列对文本进行布局code
#imgs { column-width: 300px; column-gap: 10px; } #imgs img { display: block; width: 100%; }