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>

更新于: 31-01-2020

104 人次浏览

开启你的职业生涯

完成课程获得认证

开始学习
广告