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!