From d7b2b79fcc2a6472d52a25443f75b7fd5a7b3a65 Mon Sep 17 00:00:00 2001 From: Eric <70952936+thatblindgeye@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:58:51 -0400 Subject: [PATCH] Add outcome image --- foundations/06-cascade-fix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations/06-cascade-fix/README.md b/foundations/06-cascade-fix/README.md index 9646cac..ecb811e 100644 --- a/foundations/06-cascade-fix/README.md +++ b/foundations/06-cascade-fix/README.md @@ -8,8 +8,8 @@ Specificity issues will require you to either add or remove a selector from an a Issues with the cascade can be the bane for many when it comes to CSS, so once you complete this exercise you'll be one step ahead of the curve and on your way to loving CSS (or at the very least being friendly acquaintances with it). ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131411210-47ff21dd-6d0c-4a7f-b6b1-1ec40f93dd8c.jpg) ### Self Check - Do all rules for elements labeled "Fix specificity" have the correct selector added or removed? -- Are all rules for elements labeled "Fix rule order" placed at the end of the CSS file and in the correct order? \ No newline at end of file +- Are all rules for elements labeled "Fix rule order" placed at the end of the CSS file and in the correct order?