首页 热点专区 小学知识 中学知识 出国留学 考研考公
您的当前位置:首页正文

css3锯齿边框_html/css

2020-11-27 来源:要发发知识网

 
.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%; }
显示全文