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?