.triangle_first{width: 0px;height: 0px;border-top: 100px solid red;border-right: 100px solid transparent}
<div class="triangle_first"></div>
效果:
.triangle_first-clone{border-top: 50px solid red;border-left: 50px solid red;border-right: 50px solid transparent;border-bottom:50px solid transparent;width: 0px;height: 0px;}
<div class="triangle_first-clone"></div>
效果:
.triangle_second{width: 0;height: 0;border-width: 100px;border-style: solid;border-color:red transparent transparent transparent;}
<div class="triangle_second"></div>
效果:
.triangle_third{width: 0;height: 0;border-width: 100px;border-style: solid;border-color:red blue black pink;}
<div class="triangle_third"></div>
效果:
.triangle_forth{width:50px;height: 50px;border-width: 100px;border-style: solid;border-color:red blue black pink;}
<div class="triangle_forth"></div>
效果:
.triangle_sixth{width: 50px;height: 50px;border-top: 100px solid red;border-right: 100px solid black;border-bottom: none;border-left: 100px solid pink}
<div class="triangle_sixth"></div>
1657

被折叠的 条评论
为什么被折叠?



