From 30d75bb80f6c0b1b079f00e80bd7ae5fde26645c Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Wed, 6 Oct 2021 09:44:30 -0500 Subject: [PATCH] Update README.md --- 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 739a3e0..bd77932 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: -> Disregard the font styles in the outcome image here. Your browser's default font might be different than the one displayed, that's OK for this exercise. +> 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. ## Desired Outcome ![outcome](https://user-images.githubusercontent.com/70952936/131268858-5360bb32-27ba-4ce0-be59-5fda97f5eb12.png)