所属分类:web前端开发
要将轮廓样式设置为点线,请使用值为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>
〒_〒 居然一个评论都没有……