**border-right**
* 描述:复合属性。设置对象右边框属性。
* 版本:CSS1
* 继承性:无
**语法**
```
border-right: border-right-width | border-right-style | border-right-color;
```
颜色种类
* border-right-width:设置边框的宽度。
* border-right-style:设置边框的样式。
* border-right-color:设置边框的颜色。
* inherit:设置从父元素继承 border 的属性。
**使用说明**
虽然有三个参数可以设置,并不强制全部设置。如:border-right:solid #ff0000;
若使用该复合属性定义其单个参数,则其他参数的默认值将无条件覆盖各自对应的单个属性设置。
**代码示例**
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>border-right</title>
<style>
#container{
width: 50px;
height: 50px;
border-style:solid;
border-right:thick double #ff0000;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>
```
![border-right](https://box.kancloud.cn/7fddead64d81a61566544af855aabe03_72x72.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