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


要将轮廓样式设置为虚线,请将 outline-style 属性与值 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 次浏览

启动你的职业生涯

通过完成课程获得认证

开始学习
广告