使用 CSS 更改頂部邊框顏色


 border-top-color 更改頂部邊框的顏色。你可以嘗試執行以下程式碼來實現 border-top-color 屬性

示例

<html>
   <head>
      <style>
         p.demo {
            border:3px solid;
            border-top-color:#FF0000;
         }
      </style>
   </head>
   <body>
      <p class = "demo">
         Example showing border top color property
      </p>
   </body>
</html>

更新時間:2020 年 2 月 3 日

109 次瀏覽

開啟你的職業生涯

完成課程獲得認證

開始學習
廣告
© . All rights reserved.