Creating rounded corners for top half of the buttons in CSS

Viewed 71846

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.

7 Answers
Related