Tuesday Tip: CSS Border Radius Generator

,

A bajillion years ago, if you wanted a rounded corner on your web page, you’d have to fake it with an image. Now, just use css.

The Border Radius website let’s you change the radii for the four corners of a rectangle.

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

(StartupDigest, January 20, 2012)

1 reply

Comments are closed.