Traingles CSS
HTML
<div class="container">
</div>
CSS
.container{
width:0px;
height:0px;
border-left : 50px solid transparent;
border-right : 50px solid transparent;
border-bottom : 50px solid red;;
}
<div class="container">
</div>
.container{
width:0px;
height:0px;
border-left : 50px solid transparent;
border-right : 50px solid transparent;
border-bottom : 50px solid red;;
}