You get a bonus - 1 coin for daily activity. Now you have 1 coin

CSS link scaling doesn't work in Chrome, but works in Opera

Practice




a:hover{
-webkit-transform: scale(1.05);
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-o-transform: scale(1.05);
}

a{
-webkit-transform: scale(1);
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-o-transform: scale(1);
}

how can this be solved

try changing the element type by giving it the property
display: inline-block;

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"

Terms: Scripting client side JavaScript, jqvery, BackBone