使用 CSS 将轮廓样式设置为两条实线


要将轮廓样式设置为两条实线,请使用 CSS 中带有 double 值的 outline-style 属性

示例

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

更新于: 2020 年 3 月 4 日

115 次浏览

开启您的 职业 之旅

通过完成课程获得认证

开始学习
广告