Assignment029g8

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

Use CSS3 to change the transform property to a desired value to transform the following divs.

-ms-transform:rotate(7deg); /* IE 9 */
-moz-transform:rotate(7deg); /* Firefox */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
transform:rotate(7deg); /* code this last */

I love HTML5
I love CSS3


I love the inset box-shadow!