CSS border-right-color

上一页 下一页

示例中展现不同的border-right-color属性值.

选择不同的值查看对应结果:

border-right-color: red;
border-right-color: #0000ff;
border-right-color: rgb(0, 255, 0);
border-right-color: rgba(0, 255, 0, 0.5);
border-right-color: hsl(0, 100%, 50%);
border-right-color: hsla(0, 100%, 50%, 0.1);
border-right-color: transparent;
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.
A demonstration on different ways to set the border right color.

要使用更多方法,请在编辑器中试一下: 亲自试一试 ❯