Question
What other shapes can I make using CSS?
Answer
We can make numerous shapes with CSS from squares with rounded corners using border-radius
to an infinity symbol using more advanced CSS techniques like the ::before
and ::after
pseudo-elements along with the transform
property - with a quick web search we can find ways to make multiple shapes with CSS!