I just read Jon Rohan’s excellent tutorial on something I had never even thought to do: create shapes, specifically triangles, with pure CSS.
The whole trick hinges on the fact that browsers render CSS borders using angles. That is, the borders of adjacent sides join each other at an angle, like a miter joint. Jon shows [...]
