CSS border-left-style

上一页 下一页

示例中展现不同的border-left-style属性值.

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

border-left-style: solid;
border-left-style: dotted;
border-left-style: dashed;
border-left-style: inset;
border-left-style: outset;
border-left-style: ridge;
border-left-style: groove;
border-left-style: double;
border-left-style: none;
border-left-style: hidden;
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.
A demonstration on different styles of the left border.

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