This is my very 1st post here, and hope my query will receive geeks attention.
As a novice in CSS3, I tried the following code to rotate a shape, but in vain.
Any help will be appreciated.
The ‘X’ you are adding is being rotated by 360 degrees which means that you won’t notice any difference because that puts it right back where it started.
If you wanted a transition on hover only then you would need to add a transition rule and then effect the transform only on hover.
I’m not sure if this is what you meant but the code will point you in the right direction.