From 7e72914ed33d41056350d1f706f9f0fb3ae0b6eb Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Sun, 13 Nov 2022 17:15:45 +0100 Subject: [PATCH] Tweak note wording to make it clearer that desired-outcome.png isn't leading --- foundations/02-class-id-selectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/02-class-id-selectors/README.md b/foundations/02-class-id-selectors/README.md index 9fd6d40..a2a4c67 100644 --- a/foundations/02-class-id-selectors/README.md +++ b/foundations/02-class-id-selectors/README.md @@ -13,7 +13,7 @@ It isn't entirely important which class or ID values you use, as the focus here Quick tip: in VS Code, you can change which format colors are displayed in RGB, HEX, or HSL by hovering over the color value in the CSS and clicking the top of the popup that appears! > ### Note: -> Part of your task is to add a font to _some_ of these items. Do not worry about the font of the rest of them. Your browser's default font might be different than the one displayed and that's OK for this exercise. +> Part of your task is to add a font to _some_ of these items. Your browser's font's might be different than the one displayed in the desired outcome image. As long as you confirm that the fonts _are_ being applied to the right lines any differences are okay for this exercise. ## Desired Outcome ![desired outcome](./desired-outcome.png)