custom corner border radius code example
Example 1: css border radius
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
Example 2: elements without corner css
border-radius:15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius:15px;