how to make a circle button with border only on bottom 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.