I can’t figure it out why the css transform: rotate() not working.
Here’s the code: http://jsbin.com/afayan/1/edit
When I put a background color to class “content”, the transform is not working…
I can’t figure it out why the css transform: rotate() not working. Here’s the
Share
You must add the proper z-index for both contents. Or remove the z-index.
Updated:
Code