<style> .triangle { width:0; height:0; border-top:30px solid red; border-left: 30px solid transparent; border-right:30px solid transparent; border-bottom:30px solid transparent;
} </style> <div class="triangle"></div>
<style> .triangle { width:0; height:0; border-top:30px solid red; border-left: 30px solid transparent; border-right:30px solid transparent; border-bottom:30px solid transparent;
} </style> <div class="triangle"></div>
转载于:https://www.cnblogs.com/zzzzzzzsy/p/10450524.html