+ 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
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.
+ 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 š
+ 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..