**border-top-width**
* 描述:设置对象上边框的宽度。
* 版本:CSS1
* 继承性:无
**语法**
```
border-top-width: 线宽;
```
线宽
* 数值:使用数值来设置边框的宽度,如:10px。
* thin:关键词,设置默认细边框。
* medium:关键词,设置默认中等边框
* thick:关键词,设置默认粗边框
**使用说明**
使用该属性仅对对象的上边框进行设置,其他边框不受影响。
**代码示例**
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>border-top-width</title>
<style>
#container{
width: 50px;
height: 50px;
border: solid #000000;
border-top-width: 10px;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>
```
![border-top-width](https://box.kancloud.cn/a938b8344a2785007cab6eadbf035890_68x78.png)
- 空白目录
- CSS3专业名词
- 复合属性
- 继承性
- CSS3背景
- background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
- background-origin
- background-clip
- background-size
- CSS边框
- border
- border-width
- border-style
- border-color
- border-top
- border-top-width
- border-top-style
- border-top-color
- border-right
- border-right-width
- border-right-style
- border-right-color
- border-bottom
- border-bottom-width
- border-bottom-style
- border-bottom-color
- border-left
- border-left-width
- border-left-style
- border-left-color
- border-radius
- border-top-left-radius
- border-top-right-radius
- border-bottom-right-radius
- border-bottom-left-radius
- CSS颜色
- color
- opacity
- CSS字体
- font
- font-style
- font-variant
- font-weight
- font-size
- font-family
- font-stretch
- font-size-adjust
- CSS定位
- position
- z-index
- clip