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