Add the transformation property to rotate the element 45 degrees, counter-clockwise. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Add the transformation property to rotate the element 45 degrees, counter-clockwise.

transform: ( 45deg);

17th May 2021, 2:57 PM
Adrian Hinojos-Sandoval
Adrian Hinojos-Sandoval - avatar
2 Answers
+ 2
transform: rotate(-45deg);
18th May 2021, 11:00 AM
🇮🇱 Radin Masiha 🇮🇱
🇮🇱 Radin Masiha 🇮🇱 - avatar
+ 1
this is how you can do this transform:rotate(-45deg);
17th May 2021, 3:00 PM
Ayush Kumar
Ayush Kumar - avatar