Li: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | |||
div | |||
{ | |||
width:200px; | |||
height:100px; | |||
background-color:red; | |||
/* Rotate div */ | |||
transform:rotate(7deg); | |||
-ms-transform:rotate(7deg); /* IE 9 */ | |||
-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */ | |||
} | |||
</style> | |||
a<br style="clear:both" />b | a<br style="clear:both" />b |
Revision as of 18:02, 22 April 2014
<style> div { width:200px; height:100px; background-color:red; /* Rotate div */ transform:rotate(7deg); -ms-transform:rotate(7deg); /* IE 9 */ -webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */ } </style>
a
b