diff --git a/lesson.css b/lesson.css index 3bdf67b..2c07db8 100644 --- a/lesson.css +++ b/lesson.css @@ -44,7 +44,9 @@ div.box { } /* Challenge questions. */ -div.challenges {} +div.challenge { + background-color: lightblue; +} /* Key points in summary. */ div.keypoints {}