CSS CSS5Html基础 html入门 CSS基础 CSS入门 CSS Hack CSS模块特效 CSS知答 CSS工具 CSS技巧 DIV+CSS

案例效果:

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

 

CSS代码

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

HTML代码:

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

返回:css margin-bottom: css5.com.cn/wenti/512.shtml