用 CSS 設定浮雕邊框


如需使用 CSS 設定浮雕邊框,請使用值設為 outset 的 border-style 屬性。

示例

<html>
   <head>
   </head>
   <body>
      <p style = "border-width:4px; border-style:none;">
         This is a border with none width.
      </p>
      <p style = "border-width:4px; border-style:outset;">
         This is outset border.
      </p>
   </body>
</html>

更新時間:2020 年 2 月 3 日

423 次瀏覽

開啟你的 職業生涯

透過完成課程獲得認證

開始
廣告
© . All rights reserved.