美文网首页
导航两边是三角形

导航两边是三角形

作者: 給我小鱼干 | 来源:发表于2020-03-11 16:48 被阅读0次
ul{
            display: flex;
            position: relative;
            &:before{
                content: '';
                position: absolute;
                bottom: 0;
                width: 0;
                height: 0;
                left: -42px;
                border-width: 0px 42px 32px;
                border-style: solid;
                border-color: transparent transparent #000014;
            }
            &:after{
                content: '';
                position: absolute;
                bottom: 0;
                width: 0;
                height: 0;
                right: -42px;
                border-width: 0px 42px 32px;
                border-style: solid;
                border-color: transparent transparent #000014;
           }
}

相关文章

网友评论

      本文标题:导航两边是三角形

      本文链接:https://www.haomeiwen.com/subject/etchjhtx.html