伪类小三角
2018-03-06 本文已影响0人
Sasoli
:before{
content: '';
position: absolute;
top:0px;
left: 0px;
border-bottom:11px solid transparent;
border-right:11px solid blue;
transform: rotate(-45deg);
}
:before{
content: '';
position: absolute;
top:0px;
left: 0px;
border-bottom:11px solid transparent;
border-right:11px solid blue;
transform: rotate(-45deg);
}