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;
}

未经允许不得转载:Bcoder资源网 » css transparent

相关推荐

更多优质资源关注微信公众号: bcoder

bcoder
赞 (0)
分享到:更多 ()

评论 0

评论前必须登录!

登陆 注册