CSS
响应式 Web 设计 - 网格视图
列中行为左浮动,并添加清除浮动
源代码:
点击运行 »
.row: after { content: ""; clear: both;display: block; }
运行结果:
点击运行 »