How can I rotate a html element around an arbitrary point.
I know there is css rotate trasform property that rotates the element around itself. but I want to rotate it in a way like a clock needle.

How can I rotate a html element around an arbitrary point. I know there
Share
You can use transform origin:
https://developer.mozilla.org/En/CSS/-moz-transform-origin
as mentioned here:
CSS rotation with respect to a reference point