Traingles CSS

by Kondal Durgam

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;;

}