CSS3 border-top-width

border-top-width

该属性用于设置顶部的边框的大小。

<!-- 设置 div 容器顶部的边框为 5px -->
<!-- 指定 border-top-width 需要先指定 border-top-style -->

<div style="width:100px; height:100px; border-top-width: 5px; border-top-style:solid;"></div> 

显示效果

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