CSS3 ::边框图片
CSSBorderimage属性用于将图像边界添加到一些elements.you不需要使用任何HTML代码来调用image.A边界图像的边界图像的示例语法,如下所示-
#borderimg {
border: 10px solid transparent;
padding: 15px;
}最常用的值如下所示-
示例
以下是演示如何将图像设置为元素边界的示例。
This is image boarder example.
This is image boarder example.
This is image boarder example.