使用 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 将轮廓样式设置为两条实线的详细内容,更多请关注双恒网络其它相关文章!