ROUND BORDER CORNERS
It was not that Long ago when HTML developers had to I use images and tables just to produce seamless rounded borders. Thanks to CSS3, you can now modify any element that supports the border property and render rounded borders with border-radius.
The border-width, border-style, and border-color properties, or the border shorthand property, must first be applied before you can set the border-radius property.
Because this feature has only recently been standardized in CSS3, the actual property name varies depending on the web browser engine version. Older WebKit browsers such as Chrome and Safari use the -webkit- prefix, and older Mozilla browsers such as Firefox use the -moz- prefix. Newer versions of these browsers, plus ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access