如何在 CSS 中使用 border-left-style 属性


border-left-style 属性更改左侧边框的样式。你可以尝试运行以下代码来实现 border-left-style 属性

示例

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

更新于: 2020 年 1 月 31 日

86 次浏览

开启你的 职业生涯

完成课程并获得认证

开始
广告
© . All rights reserved.