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?