radius background for number code example
Example 1: css border radius
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
Example 2: border radius css
border-radius: 5px; /* The corners will be round */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px; /* The corners will be round */