Answers for "how to round the top left and top right corner in css"

CSS
2

css rounded corners at top only

border-radius: 10px     10px      0           0;
            // top-left top-right bottom-right bottom-left.
Posted by: Guest on April-01-2020

Code answers related to "how to round the top left and top right corner in css"

Browse Popular Code Answers by Language