首页 >web前端 >html教程 >css3锯齿边框_html/css_WEB-ITnose

css3锯齿边框_html/css_WEB-ITnose

WBOY
WBOY原创
2016-06-24 11:48:491502浏览

<div class="bg"></div>
.bg{    width:300px;    height:50px;    background:#caca8c;    background-image:-webkit-gradient(        linear,50% 0,0 100%,        from(transparent),        color-stop(.5,transparent),        color-stop(.5,#d86707),        to(#d86707)        ),    -webkit-gradient(        linear,50% 0,100% 100%,        from(transparent),        color-stop(.5,transparent),        color-stop(.5,#d86707),        to(#d86707)                                                );                                    background-size:20px 10px;    background-repeat:repeat-x;    background-position:0 100%;                   }

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn