Border-radius Previewer

Rounded corners for an element with a specified background color:

Rounded corners!

Top-Left:
Top-Right:
Bottom-Left:
Bottom-Right:

CSS Code

{
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}