You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: foundations/cascade/01-cascade-fix/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This final exercise for CSS Foundations is going to give you a closer look at th
4
4
5
5
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**.
6
6
7
-
There are multiple ways to solve this exercise, and we did our best to include all of the possible solutions for each element.
7
+
There are multiple ways to solve this exercise, so we have provided some of the possible solutions for each element.
8
8
9
9
Issues with the cascade can be the bane of their existence for many when it comes to CSS. While you won't become a cascade expert from this exercise alone, and there are other ways to deal with these issues, it is still super helpful to see how these issues affect our final styles and why it's important to order rules carefully.
0 commit comments