Li: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style>div{ | ||
div | |||
{ | |||
width:200px; | width:200px; | ||
height:100px; | height:100px; | ||
Line 12: | Line 10: | ||
</style> | </style> | ||
a<br style="clear:both" />b | a<br | ||
style="clear:both" | |||
/>b | |||
<div > a </div> |
Revision as of 18:03, 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
a