diff --git a/foundations/06-cascade-fix/README.md b/foundations/06-cascade-fix/README.md index ddd73c9..989a6eb 100644 --- a/foundations/06-cascade-fix/README.md +++ b/foundations/06-cascade-fix/README.md @@ -1,7 +1,7 @@ # CSS Methods This final exercise for CSS Foundations is going to give you a closer look at the cascade, in particular specificity and rule order. Both the HTML and CSS files are filled out for you, so instead of adding rules yourself, you will simply be editing what is provided. -There are a few elements that have some sort of specificity or rule order issue in the provided CSS file. It's up to you to figure out what issue is affecting an element, and how to fix it. You can edit the CSS file by adding or removing selectors or moving stuff around, but you should not edit the HTML file or any of the actual style declarations in the CSS. +There are a few elements that have some sort of specificity or rule order issue in the provided CSS file. It's up to you to figure out what issue is affecting an element, and how to fix it. You can edit the CSS file by adding, removing, or editing selectors for a declaration block, or by moving declaration blocks around. **You should not edit the HTML file or any of the actual styles in the CSS**. There are multiple ways to solve this exercise, and we did our best to include all of the possible solutions for each element. diff --git a/foundations/06-cascade-fix/desired-outcome.png b/foundations/06-cascade-fix/desired-outcome.png index d4685d6..bcff976 100644 Binary files a/foundations/06-cascade-fix/desired-outcome.png and b/foundations/06-cascade-fix/desired-outcome.png differ diff --git a/foundations/06-cascade-fix/index.html b/foundations/06-cascade-fix/index.html index ca6aa5b..3471bfa 100644 --- a/foundations/06-cascade-fix/index.html +++ b/foundations/06-cascade-fix/index.html @@ -8,15 +8,15 @@
-I'm just a simple paragraph!
-I'm a smaller paragraph!
+I'm just a paragraph with red text!
+I'm a smaller paragraph, also with red text!
-