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
    • 192
    Comment on it

    Image rotate with the help of css3 Animation

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

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: