CSS outline-style

上一页 下一页

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

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

outline-style: none;
outline-style: dotted;
outline-style: dashed;
outline-style: solid;
outline-style: double;
outline-style: groove;
outline-style: ridge;
outline-style: inset;
outline-style: outset;
outline-style: hidden;

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