0
#bail{
Transform:rotate(-45 def); } The I’d =“bail” the object rotate counter clockwise for 45 degree. Is the css coding wrong?
2 Respuestas
+ 6
Rotate only has these possible values:
0 deg to 360 deg
you have misspelled the angle of rotation
The correct is:
transform:rotate(-45deg);
Check this lesson about of rotate() :
https://www.sololearn.com/learn/CSS/2250/
+ 1
deg (not def, no spacing)