CSS3 padding-bottom

padding-bottom 属性

该属性用于设置元素内部底部的距离。

<!-- 红色容器的内部下边距离空出了 10px-->

<div style="background: red; width: 200px; height: 210px; padding-bottom:10px;">
 <div style="background: green; width: 200px; height: 200px; "></div>
</div>

显示效果

更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程