CSS 中 border-bottom-style 属性的使用


border-bottom-style 属性会更改下边框的样式。您可以尝试运行以下代码来实现 border-bottom-style 属性

示例

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

更新于: 2020 年 1 月 31 日

104 次浏览

开启你的 职业生涯

完成课程即可取得认证

入门
广告