what is the html attribute for add rotate into button
Answers
Answered by
0
Answer:
use transform attributed
Explanation:
please mark as brainliest
Answered by
0
Answer:
move or cause to move in a circle round an axis or centre.
"the wheel continued to rotate"
<Head>
<Title>
Rotate an Image.
</Title>
<style>
.rotate90 {
-webkit-transform:rotate(90deg);
-moz-transform: rotate(90deg);
Similar questions