Generate CSS triangles using borders. Create arrows and geometric shapes.
Create CSS triangles using border technique
width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 50px solid #667eea;