Difference between revisions of "Team:Virginia"
Line 338: | Line 338: | ||
$(this).css("width","80%"); | $(this).css("width","80%"); | ||
$(this).css("margin-left","10%"); | $(this).css("margin-left","10%"); | ||
+ | $(this).css("background","#fff"); | ||
}); | }); | ||
$(".box").mouseleave(function(){ | $(".box").mouseleave(function(){ | ||
$(this).css("width","60%"); | $(this).css("width","60%"); | ||
$(this).css("margin-left","20%"); | $(this).css("margin-left","20%"); | ||
+ | $(this).css("background","#003F87"); | ||
}); | }); | ||
}); | }); |
Revision as of 11:47, 4 July 2015