使用 CSS 更改下邊框寬度


border-bottom-width 會更改下邊框的寬度。你可以嘗試執行以下程式碼來實現 border-bottom-width 屬性

示例

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

更新於: 03-2 月-2020

145 次瀏覽

開啟你的 職業生涯

完成課程獲取認證

開始
廣告
© . All rights reserved.