CSS - Overlapping divs

Posted by Jens Törnell on Stack Overflow See other posts from Stack Overflow or by Jens Törnell
Published on 2010-06-16T09:32:36Z Indexed on 2010/06/16 9:42 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
|

I have no code to start with.

I want to add 2 divs overlapping on each other and then use the new CSS3 Rotate function. The effect I want to create is shown on this page

Requirements

  • I don't want to use images
  • I don't mind using CSS3
  • It should be easy to align the whole thing in the center (which makes it harder to use position: absolute;).
  • It's going to be content below the boxed content (which makes it harder to use position: absolute;).
  • If it's possible without too much position: absolute; it's better.
  • I prefer table free solutions.

Have fun!

© Stack Overflow or respective owner

Related posts about html

Related posts about css