css transparent

transparent 意思为设置颜色为透明。
css绘制三角形

#triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}
#css
评论(0)
游客的头像
表情
全部评论
最新