HTML:
<div class="box"></div>
CSS:
.box{
width:0;
height:0;
border-top:40px solid transparent;
border-left:40px solid transparent;
border-right:40px solid transparent;
border-bottom:40px solid pink;
}
效果:
css 流式布局
阅读 18
2024-03-17
HTML:
<div class="box"></div>
CSS:
.box{
width:0;
height:0;
border-top:40px solid transparent;
border-left:40px solid transparent;
border-right:40px solid transparent;
border-bottom:40px solid pink;
}
效果:
相关推荐
精彩评论(0)