Solution for the quiz posted on CodePen.

JavaScript:

  $(document).ready(function () {
    $("h2").css("color", "blue");
    $("ul li").css("font-size", "1.2em");
  });