**border-bottom-width**
* 描述:設置對象下邊框的寬度。
* 版本:CSS1
* 繼承性:無
**語法**
```
border-bottom-width: 線寬;
```
線寬
* 數值:使用數值來設置邊框的寬度,如:10px。
* thin:關鍵詞,設置默認細邊框。
* medium:關鍵詞,設置默認中等邊框
* thick:關鍵詞,設置默認粗邊框
**使用說明**
使用該屬性僅對對象的下邊框進行設置,其他邊框不受影響。
**代碼示例**
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>border-bottom-width</title>
<style>
#container{
width: 50px;
height: 50px;
border: solid #000000;
border-bottom-width: 10px;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>
```

- 空白目錄
- 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