set corner radius css code example
Example 1: how to make borders rounded in css
#rcorners {
border-radius: 25px;
}
Example 2: css border radius
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
#rcorners {
border-radius: 25px;
}
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;