From 83952eed974ea21d81c2fc1d05261c58fc9a5445 Mon Sep 17 00:00:00 2001 From: Eric <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:32:38 -0400 Subject: [PATCH] Add outcome image --- foundations/02-class-id-selectors/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foundations/02-class-id-selectors/README.md b/foundations/02-class-id-selectors/README.md index 32880ed..b5417f6 100644 --- a/foundations/02-class-id-selectors/README.md +++ b/foundations/02-class-id-selectors/README.md @@ -13,9 +13,10 @@ It isn't entirely important what class or ID values you use, as the focus here i 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! ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131268858-5360bb32-27ba-4ce0-be59-5fda97f5eb12.png) + ### Self Check - Do the odd numbered `div` elements share a class? - Do the even numbered `div` elements have unique ID's? -- Does the 3rd `div` element have multiple classes? \ No newline at end of file +- Does the 3rd `div` element have multiple classes?