html button straight top and bottom but round edge 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.