使用 CSS 更改底部边框宽度


border-bottom-width 更改底部边框宽度。您可以尝试运行以下代码来实现 border-bottom-width 属性

示例

<html>
   <head>
   </head>
   <body>
      <p style = "border-bottom-width:6px;border-style:solid;">
         This is demo content.
      </p>
   </body>
</html>

更新时间:2020-02-03

145 浏览

开启你的职业生涯

通过完成课程获得认证

开始
广告
© . All rights reserved.