Skip to content

Commit 9251d5e

Browse files
Merge pull request #480 from jasonHYLam/remove_note
Foundations 06: Remove Unnecessary Accessibility Note
2 parents acc9243 + 7a8eeeb commit 9251d5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

foundations/06-cascade-fix/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# CSS Methods
2+
23
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.
34

45
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**.
@@ -8,10 +9,10 @@ There are multiple ways to solve this exercise, and we did our best to include a
89
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.
910

1011
## Desired Outcome
12+
1113
![desired outcome](./desired-outcome.png)
1214

1315
### Self Check
16+
1417
- Did you make sure to not edit the HTML file?
1518
- If you added selectors to the CSS, do they target a valid HTML element?
16-
17-
_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._

0 commit comments

Comments
 (0)