Border Radius Generator

Design rounded corners visually and copy the CSS instantly.

Shorthand CSS

border-radius: 20px;

Longhand CSS

border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;