Using CSS, we can create triangles of any shape, size, color...
.class {
box-sizing: border-box;
width: 100vw;
}To be continued...
How to create triangles of each and every kind using CSS!

Using CSS, we can create triangles of any shape, size, color...
.class {
box-sizing: border-box;
width: 100vw;
}To be continued...