$(window).load(function(){ $('.social-buttons .social-icon').mouseenter(function(){ $(this).stop(); $(this).animate({width:'160'}, 500, 'easeOutBounce',function(){}); }); $('.social-buttons .social-icon').mouseleave(function(){ $(this).stop(); $(this).animate({width:'43'}, 500, 'easeOutBounce',function(){}); }); });

GREETING CARD ( PRACTISE )

A greeting card is a card [with a picture in front and a message inside] that you send to someone on their birthday or on a special occasion. Happy studying ! . . .

No comments:

Post a Comment