Live data from Hacker News

Animation to Explain CSS Triangles

codepen.io

1–10 of 107 posts

Re: Animation to Explain CSS Triangles

#10
post #9

I'm sorry, I have very little experience with web design, but is this the supposed way to create a triangle? It seems weird there would be no way to build shapes with primitives.

It's just a hack. If you want to create a triangle you'll either draw it on a CANVAS or use SVG. You just cant for instance, put a text in a triangle easily with CSS today(at least in a cross-browser way).
Post reply on HN