triangle

by Shoaib Chikate

HTML

<div class="arrow-left"></div>

CSS

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-right:80px solid blue; 
}