Hello, readers, this is a small blog on how to rotate in CSS3 around its axis. To achieve this we will make a file index.html. Copy the below-written code in this file.
Comment: Transforms have a "transform-origin" property. When transform origin is not specified, it is automatically set at (50%, 50%) of the element. The 0% and 100% represent your "from" and "to" clauses, this allows you to add a number of lines as you wish to increment the movement over your specified timeframe.
Note:-The transform property supports all latest version of Safari 3.2+, Chrome 4+
, Firefox 3.5+, Opera 10.5+, and IE 9.
0 Comment(s)