开发者社区 问答 正文

设计稿中的小三角该怎样解决?

screenshot
全部礼品文字上边有一个小三角,该怎么用css画出来呢

展开
收起
a123456678 2016-05-27 14:22:25 1666 分享 版权
1 条回答
写回答
取消 提交回答
  • div的上边框就是一个倒三角形

    .triangel {
     border-width:100px;
     border-style:solid;
     width:0;height:0;
     border-color:red transparent transparent;
    }
    2019-07-17 19:17:47
    赞同 展开评论
问答分类:
问答地址: