Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. div{width:100px;border-style:solid;margin:-10px;
  2.  
  3. }
  4. div#one{transform:rotate(45deg);
  5. }
  6.  
  7. *{margin-top:50px;margin-left:20px;}
  8.  
  9. div#two{
  10. transform:rotate(-45deg);
  11. }