在 CSS 中使用 border-top-style 属性


border-top-style 属性更改了顶部边框的样式。你可以尝试运行以下代码来实现 border-top-style 属性

示例

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

更新时间:31-Jan-2020

94 次浏览

开启你的 职业生涯

通过完成课程取得认证

开始行动
广告