css rounded corners at top only

CSS
border-radius: 10px     10px      0           0;
            // top-left top-right bottom-right bottom-left. 
Source

Also in CSS: