🌙 Theme
Border Radius Generator
Design rounded corners visually and copy the CSS instantly.
Link all corners
Top Left
20px
Top Right
20px
Bottom Right
20px
Bottom Left
20px
Shorthand CSS
Copy
border-radius: 20px;
Longhand CSS
Copy
border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;