Assignment029g6

Move the embedded CSS (head section) to an external CSS file. Name the external CSS file masterstyles.css.

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

-webkit-border-radius: 35px; /* safari and chrome */
-moz-border-radius: 35px; /* firefox */
border-radius: 35px; /* standard */

I love HTML5
I love CSS3


I love border-radius