如何在 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.