2024年08月21日 建站教程
border-image
属性是css3语法中新增的图片边框,可以在元素的周围设置图片边框。下面web建站小编给大家简单介绍一下它的用法!
border-image属性:
border-image-source //用于指定要使用的图像,而不是由border-style属性设置的边框样式。 border-image-slice //用于指定图像的边界向内偏移。 border-image-width //用于指定图像边界的宽度。 border-image-outset //用于指定在边框外部绘制 border-image-area 的量 border-image-repeat //用于图像边界是否应重复(repeated)、拉伸(stretched)或铺满(rounded)。
基本用法:
pic { border: 10px solid transparent; padding: 15px; border-image: url(img/border.png) 50% round; }
本文链接:http://so.lmcjl.com/news/11330/