- 1
Fill in the blanks to rotate the object with the id "ball" 45 degrees counter-clockwise.
???? (what's just here in front) { transform : rotate (-45deg); } THANK YOU ;-)
4 Respuestas
+ 4
#ball {
transform: rotate(-45deg);
}
+ 1
:)
0
THANK YOUUUUUU for your help :)
0
Thanks for your help