I would like to make rounded corners only for the top half of buttons.
I know how to make rounded corners for all sides using border-radius and -webkit-border-radius.
But only like to have corners for the top half.
I need some guidance on how to do this in CSS.