Skip to content

Commit

Permalink
Update advanced selectors lesson #29241
Browse files Browse the repository at this point in the history
- add note to 'MDN article on combinators' link not to do test your skill
  at bottom of linked MDN article for selectors
- add assignment that links to test your skills section of MDN article
  to practice lesson on selectors
  • Loading branch information
danieletie committed Jan 3, 2025
1 parent 24f47f7 commit e398a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To see what other things you can achieve with attribute selectors, such as searc

1. Complete [CSS Diner](https://flukeout.github.io/). You should be familiar with most of the content in the first couple of exercises, but practice and review never hurt! Don't forget to read the examples and explanations on the right.
1. Read [Shay Howe's article on Complex Selectors](https://learn.shayhowe.com/advanced-html-css/complex-selectors/). This covers most of the content of this lesson in a bit more detail. As stated in their article, they sometimes use a single colon instead of a double one for pseudo-elements. Please keep in mind that the double colon is now the standard.
3. Do this [Selectors Assesment](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Basic_selectors/Selectors_Tasks) from MDN. It'd help you put your newly learned knowledge of selectors to practice!
1. Do this [Selectors Assesment](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Basic_selectors/Selectors_Tasks) from MDN. It'd help you put your newly learned knowledge of selectors to practice!

Check failure on line 264 in intermediate_html_css/intermediate_css_concepts/advanced_selectors.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

Assesment ==> Assessment

</div>

Expand Down

0 comments on commit e398a4a

Please sign in to comment.