diff --git a/foundations/06-cascade-fix/README.md b/foundations/06-cascade-fix/README.md index 989a6eb..a5e56ce 100644 --- a/foundations/06-cascade-fix/README.md +++ b/foundations/06-cascade-fix/README.md @@ -13,3 +13,5 @@ Issues with the cascade can be the bane of their existence for many when it come ### Self Check - Did you make sure to not edit the HTML file? - If you added selectors to the CSS, do they target a valid HTML element? + +_Note: for accessibility reasons, the style in this exercise has changed. For new and old students, we propose to carry out the exercise noting how important it is to pay attention to the accessibility of the web, and we encourage more and more practices like this._ diff --git a/foundations/06-cascade-fix/desired-outcome.png b/foundations/06-cascade-fix/desired-outcome.png index bcff976..44ebfa0 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 4b5777c..0c5b227 100644 --- a/foundations/06-cascade-fix/index.html +++ b/foundations/06-cascade-fix/index.html @@ -8,15 +8,15 @@
-I'm just a paragraph with red text!
-I'm a smaller paragraph, also with red text!
+I'm just a paragraph with extra bold text!
+I'm a smaller paragraph, also with extra bold text!
-