diff --git a/foundations/06-cascade-fix/README.md b/foundations/06-cascade-fix/README.md index 989a6eb..cd8981d 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: this exercise has had its style changed, for accessibility reasons. 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/index.html b/foundations/06-cascade-fix/index.html index 4b5777c..c1bc90e 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 bold text!
+I'm a smaller paragraph, also with bold text!
-