鋸齒下邊框效果

 .sawbg {
            width: 100%;
            height: 15px;
            background: #ffffff;
            background-image: -webkit-gradient(linear,50% 0,0 100%, from(transparent), color-stop(.5,transparent), color-stop(.5,#eeeeee), to(#eeeeee) ), -webkit-gradient(linear,50% 0,100% 100%, from(transparent), color-stop(.5,transparent), color-stop(.5,#eeeeee), to(#eeeeee) );
            background-size: 30px 15px;
            background-repeat: repeat-x;
            background-position: 0 100%;
        }

  

<div class="sawbg"></div>

  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章