how to add border radius to one side css code example
Example: css rounded corners at top only
border-radius: 10px 10px 0 0;
// top-left top-right bottom-right bottom-left.
border-radius: 10px 10px 0 0;
// top-left top-right bottom-right bottom-left.