Difference between revisions of "Team:Virginia"
Line 339: | Line 339: | ||
$(this).css("margin-left","10%"); | $(this).css("margin-left","10%"); | ||
$(this).css("background","#fff"); | $(this).css("background","#fff"); | ||
+ | $(this).css("color","black"); | ||
}); | }); | ||
$(".box").mouseleave(function(){ | $(".box").mouseleave(function(){ | ||
Line 344: | Line 345: | ||
$(this).css("margin-left","20%"); | $(this).css("margin-left","20%"); | ||
$(this).css("background","#003F87"); | $(this).css("background","#003F87"); | ||
+ | $(this).css("color","#fff"); | ||
}); | }); | ||
}); | }); |
Revision as of 11:48, 4 July 2015