CSS divcss5Html基础 html入门 CSS基础 CSS入门 CSS Hack CSS模块特效 CSS知答 CSS培训 CSS切图 CSS工具 CSS技巧 DIV+CSS

案例效果:

我设置了margin-bottom 样式
我是第二个DIV盒子

 

CSS代码

div{width:200px;height:100px;border:1px solid #000}
.divcss5-margin{ margin-bottom:10px}

HTML代码:

<div class="divcss5-margin">我设置了margin-bottom 样式</div>
<div>我是第二个DIV盒子</div>

返回:css margin-bottom: http://www.divcss5.com/wenji/w512.shtml