CSS Border Radius — a practical guide to CSS border-radius with clear examples you can reuse in real projects.
CSS Tutorial Series (21/109). Prefer one article? Read the complete CSS tutorial.
Short description
Don’t over-round interactive controls unless brand requires it.
Radius
.card { border-radius: 12px; }
.avatar { border-radius: 50%; }