+ 4
How can i rotate my image in an html?
I'm trying to rotate my image to 90' but I'm unable to rotate it using rotate tag..so how can I rotate it, as I am a new user of HTML and also do not know much about CSS?
3 Answers
+ 4
Here you go...
https://code.sololearn.com/WD98PLvq0P7e/?ref=app
+ 4
In CSS, you can put this...
img {
transform: rotate(90deg);
}
+ 3
can you give me a code regarding this issue please, it will be very helpful.i want to see a demo.