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

用CSS将轮廓样式设置为虚线

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

推荐信息