Choose Same or Custom Corners
Keep all corners linked for a simple rounded card, or turn sync off to edit each corner separately.
Developer Design Utility
Adjust CSS border-radius values for cards, buttons, images, and modals with a live preview, then generate shorthand CSS, individual properties, and inline style code.
Use the same value for all corners or adjust each corner separately to create the UI shape you want.
Uncheck this option to set each of the four corners separately.
Use px for general UI elements, and % for circular images or avatars.
The rounded corner values you set are reflected here in real time.
Quickly apply commonly used card, button, and image shapes.
Use the code below in a CSS file, component style, or inline style.
Select your settings, then click Generate CSS Code.
Keep all corners linked for a simple rounded card, or turn sync off to edit each corner separately.
Move the sliders, choose px, %, or rem, and apply presets for cards, pill buttons, circular images, or asymmetric shapes.
Watch the preview card update instantly so you can judge whether the shape fits your UI before copying code.
Generate shorthand, individual property, and inline style examples, then copy or download the CSS result.
Use it when creating UI elements with rounded corners, such as cards, buttons, images, modals, and input fields. You can adjust values while checking the preview, which speeds up design work.
The border-radius shorthand is applied in this order: top-left, top-right, bottom-right, and bottom-left.
px is suitable for fixed corner sizes, while % is used for circular images or ratio-based shapes. rem scales relative to the site's base font size.
Apply border-radius: 50%; to a square image or box to create a circular shape.
Use a sufficiently large value such as 999px to create a pill-shaped button with fully rounded sides.
You can create more distinctive UI shapes such as diagonal cards, speech-bubble style cards, or asymmetric image boxes.