CSS3——border-image
Posted yangpeixian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS3——border-image相关的知识,希望对你有一定的参考价值。
border-image:
就是可以给border(边框)加上背景颜色可以渐变色,也可以加上图片
border-imamge-source:
需要加上slice,slice具体看下面解释
border-image-slice:
(截取)
slice可以添加4个值,代表4条分割线
这些用的比较少
border-image-width:100px;
border-width:1px;
border-image-outset: 100px;
border-image-repeat:round stretch;
stretch round repeat space
以上是关于CSS3——border-image的主要内容,如果未能解决你的问题,请参考以下文章