CSS Border Radius Generator
New You can use this tool to generate border radius values for your CSS. You can also use it to generate CSS border radius values for your images.
Don't forget the unit.
Don't forget the unit.

Don't forget the unit.
Don't forget the unit.
CSS
5 lines of "css"
.border-radius {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
}
Don't forget the unit.