Skip to main content

Preview

12px12px12px12px

Border Radius Controls

Presets

Generated CSS

Shorthand
border-radius: 12px;
Individual Properties
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
Tailwind CSS
rounded-xl

💡 Border Radius Tips

Shorthand Syntax

Use the shorthand: TL TR BR BL (clockwise from top-left). When values repeat, CSS can simplify: 10px = all corners, 10px 20px = TL/BR and TR/BL.

Elliptical Corners

Create elliptical corners with horizontal/vertical values separated by /. Example: border-radius: 50px 20px / 20px 50px creates unique shapes.

Percentage Values

Use % for responsive borders. 50% creates a circle/ellipse on any sized element. Great for profile pictures and avatars.

Creating Pills & Blobs

For pill shapes, use a value larger than half the height (like 9999px). Mix different corner values to create organic blob shapes.

Need Custom Web Design?

Brix340 creates stunning, professional websites with beautiful UI effects.

Get a Free Quote