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.

To get credit, apply various border-radius techniques on your assignment.

I love HTML5

You can use one value for all four corners.

I love CSS3

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



I love JavaScript

You can use percentages.



I love jQuery

You can use four values, one for each corner.



I love Photoshop

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


mchagoyan@chusd.org