Assignment029g6

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

border-radius: 35px;,border-radius:100% 0% 90% 0% / 100% 62% 0% 0%;,border-radius:100% 100% 100% 96% / 100% 10% 100% 100% ;

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.


srive-s516@chusd.org