CSS Reduce de esquinas solo en la parte superior
border-radius: 10px 10px 0 0;
// top-left top-right bottom-right bottom-left.
Fair Finch
border-radius: 10px 10px 0 0;
// top-left top-right bottom-right bottom-left.