Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to rotate a image with the help of css

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 248
    Comment on it

    Image rotate with the help of css3 Animation

    HTML
    1. <ul>
    2. <li><span><img src="img/left.png"width="20"height="20" /></span></li>
    3. </ul>
    css
    1. nav ul li span.animate{
    2. content: "";
    3. display: inline-block;
    4. transform: rotate(90deg);
    5. transition: transform 0.3s ease 0s;
    6.  
    7. }

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: