SyntaxFix
Write A Post
Hire A Developer
Questions
Please Try this code margin-left:60px instead of left:60px
margin-left:60px
left:60px
please take a look: http://jsfiddle.net/hbirjand/2LtBh/2/
as @Shomz said,transition must be changed to transition:margin 1s linear; instead of transition:all 1s linear;
transition:margin 1s linear;
transition:all 1s linear;