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

要将轮廓样式设置为虚线,请使用值为dashed的outline-style属性>

示例

<html>
   <head>
   </head>
   <body>
      <p style = "outline-width:6px;outline-style:dashed;">
         This text is having 6px dashed outline.
      </p>
   </body>
</html>
登录后复制

以上就是使用 CSS 将轮廓样式设置为虚线的详细内容,转载自php中文网

点赞(900) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部