CSS border-bottom-color

上一页 下一页

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

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

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

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