您好,欢迎访问一九零五行业门户网

使用 CSS 将轮廓样式设置为两条实线

要将轮廓样式设置为两条实线,请使用outline-style属性,并将值设置为double
示例<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:double;"> this text is having 7px double outline. </p> </body></html>
以上就是使用 css 将轮廓样式设置为两条实线的详细内容。
其它类似信息

推荐信息