Assignment029g6

Use CSS3 to change the border radius to a desired value to get rounded corners on your elements.

border-radius: 35px;

There are several ways of coding border-radius. See the source code for more info.

You can use one value for all four corners.

You can use two values to apply to the horizontal and vertical radius of every corner.



You can use percentages.



You can use four values, one for each corner.



You can use eight values, one for horizontal/vertical radii of each corner.

mrese-s179@chusd.org