css三角形

.类名{
    position: absolute;
    width: 0px;
    height: 0px;
    content: " ";
    border-right: 10px solid transparent;
    border-top: 20px solid rgb(8, 95, 255);
    border-left: 10px solid transparent;
    border-bottom: 100px solid transparent;
}

 

posted @ 2022-06-02 09:36  zy-lzh  阅读(32)  评论(0)    收藏  举报