JCCC jQuery CodePen Quiz 1
Solution for the quiz posted on CodePen.
JavaScript:
$(document).ready(function () { $("h2").css("color", "blue"); $("ul li").css("font-size", "1.2em"); });
occasional thoughts on software development (among other things)
Solution for the quiz posted on CodePen.
JavaScript:
$(document).ready(function () { $("h2").css("color", "blue"); $("ul li").css("font-size", "1.2em"); });