79560927

Date: 2025-04-07 23:28:19
Score: 1
Natty:
Report link

To make the symbol rotate around its center, you need to specify the transform-origin:

First Way : transform-origin: 50% 50%;

2nd Way :

transform-origin: center;

If you're applying this to something like a <span> (which is inline by default), make sure to add:

display: inline-block;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fares Mohamed