小三角的制作

.triangle_up {
    width:0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #cccccc;
}

 

posted on 2016-10-15 17:33  hezemin  阅读(106)  评论(0)    收藏  举报