CSS Rounded Corner Generator

This generator will help you create the code necessary to use rounded corners on your webpages.  This example uses the CSS3 (border-radius) property. You can select from having all the corners the same radius or you can customize each corner individually.

Corner Preview
Background Color
Container Color
Preview Area
Radius Options


5px

Display Units in:
Border Options

2px

CSS Code

How to Use?

The css radius generator will assist you in visualizing the look of borders with the css property border-radius applied.

  1. Any changes you make will automatically be updated with the preview and css code.
  2. You can change the container color and background color to see how the border will look on different backgrounds.
  3. Change the border width, border style and border color to see how the changes will affect the border radius.
  4. You will have an option to apply the radius to all corners or change each radius individually with different sizes.
  5. Once you are happy with the look of the border radius, copy the css code to your project.