使用 CSS 将轮廓线设置为虚线


设置轮廓线为虚线,使用 轮廓 属性,值为 "dotted" − 

示例

<html>
   <head>
   </head>
   <body>
      <p style = "outline-width:7px;outline-style:dotted;">
         This text is having 7px dotted outline.
      </p>
   </body>
</html>

更新于:04-Mar-2020

178 次浏览

开启你的 职业 生涯

通过完成课程获得认证

开始体验
广告