Hello dear folks,
This post is our "20 day CSS animation post"
20 Days of CSS animation post๐ช
๐ฉ Atul Prajapati ๐ฎ๐ณ ใป Jan 30 '21 ใป 1 min read
In this post, we are going to learn about the CSS rotate property.
This property is so useful like we can use this to rotate anything at desired degree. Yes, we have to use deg value in rotate property eg. 45deg, 90deg or 180deg and so on.
Syntax
- transform: rotate(90deg);
See the live example and don't forget to play around with it.
And if you guys interested in my free website templates please download them here ๐AtulCodex Marketplace ๐ช.
Top comments (2)
Thanks :)