导航两边是三角形
作者:
給我小鱼干 | 来源:发表于
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
网友评论