css布局教程,如何使用CSS3实现弹性盒子布局方式
css布局教程,如何使用CSS3实现弹性盒子布局方式详细介绍
.left{ float: left; width: 100%; height: 200px; background-color: red; } .left-content{ margin-left: 30%; } .right{ float: left; width: 30%; margin-left: -100%; height: 200px; background-color: green; } .layout0{ clear: both; width: 100px; height: 100px; background-color: yellow; }
这是一个段落.