首页 > web前端 > css教程 > CSS 边框图像重复

CSS 边框图像重复

WBOY
发布: 2023-09-10 11:17:02
转载
861 人浏览过

CSS 边框图像重复

CSS border-image-repeat 属性用于将边框图像设置为圆角、重复和拉伸。

示例

您可以尝试运行以下代码实现 border-image-repeat 属性 -

现场演示

<html>
   <head>
      <style>
         #borderimg1 {
            border: 15px solid transparent;
            padding: 15px;
            border-image-source: url(https://tutorialspoint.com/css/images/border.png);
            border-image-repeat: round;
            border-image-slice: 50;
            border-image-width: 10px;
         }
      </style>
   </head>
   <body>
      <p id = "borderimg1">This is image border example.</p>
   </body>
</html>
登录后复制

以上是CSS 边框图像重复的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:tutorialspoint.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板