What Can We Actually Do With corner-shape?

AI Summary1 min read

TL;DR

Border-radius revolutionized web design by simplifying rounded corners, eliminating the need for complex image-based methods. This article explores the practical applications of corner-shape in modern coding.

Tags

Articlescss propertiesshapes

When I first started messing around with code, rounded corners required five background images or an image sprite likely created in Photoshop, so when border-radius came onto the scene, I remember everybody thinking that it was the best thing ever. …


What Can We Actually Do With corner-shape? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

Visit Website