Skip to content

Commit b22189b

Browse files
Merge pull request #678 from dahans1/fix-foundations-doc
01-cascade-fix: Fix typo in README
2 parents fe95b46 + e1b7bc5 commit b22189b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/cascade/01-cascade-fix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSS Methods
22

3-
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.
3+
This next 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.
44

55
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**.
66

0 commit comments

Comments
 (0)