CSS Outline - Shorthand 属性
CSS Outline - Shorthand 属性
outline:该属性设置如下:
outline-widthoutline-style(必填)outline-color
下面的示例显示了使用 shorthand 属性指定的一些轮廓:outline
。
1 | p.ex1 {outline: dashed;} |
阅读量:0
收藏数:0
点赞数:0outline:该属性设置如下:
outline-widthoutline-style(必填)outline-color下面的示例显示了使用 shorthand 属性指定的一些轮廓:outline
。
1 | p.ex1 {outline: dashed;} |
0评论