使用 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>

更新時間:2020-02-03

145 瀏覽

開啟你的職業生涯

透過完成課程獲得認證

開始
廣告
© . All rights reserved.