Hello to my gurus in the house! How can I change photo to rotate from 90⁰-360⁰ with html. Please I need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello to my gurus in the house! How can I change photo to rotate from 90⁰-360⁰ with html. Please I need help

Html

27th Mar 2020, 7:11 AM
Oluwaseun
Oluwaseun - avatar
3 Answers
+ 3
HTML for semantics, CSS for styles. use transform property. transform: rotateZ(90deg); You can also use CSS animations for smooth transition from 90deg - 360deg. Well, you should at least try to write some code and show your attempt.
27th Mar 2020, 7:15 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 2
hi, look at this code, you can do it with CSS (bloc comments for Logo Animation) https://code.sololearn.com/WXl03ake4bjT/?ref=app if you need more information or help, ask again 😉
27th Mar 2020, 7:14 AM
Oneill~Онеилл~奥尼尔~ओनील~اونیل~*‎
Oneill~Онеилл~奥尼尔~ओनील~اونیل~*‎ - avatar
+ 1
I'm just a beginner. I started learning html few days ago so I decided to practice my knowledge by designing a mobile website with pictures and texts. I have been able to insert the picture successfully but the picture is facing down on the web..
27th Mar 2020, 7:22 AM
Oluwaseun
Oluwaseun - avatar