diff --git a/foundations/intro-to-css/04-chaining-selectors/README.md b/foundations/intro-to-css/04-chaining-selectors/README.md index 0f1fda9755ff..8b5988a014a6 100644 --- a/foundations/intro-to-css/04-chaining-selectors/README.md +++ b/foundations/intro-to-css/04-chaining-selectors/README.md @@ -3,7 +3,7 @@ Credits for the images in this exercise go to [Katho Mutodo](https://linktr.ee/photobykatho_) and [Andrea Piacquadio](https://www.pexels.com/@olly?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels). -With this exercise, we've provided you with a partially completed HTML file which you'll configure. The purpose of this exercise is to focus on understanding how to chain different selectors, rather than solely adding attributes. Additionally, you'll have the chance to review your HTML images. +With this exercise, we've provided you with a complete HTML file and a CSS file to work with. The purpose of this exercise is to focus on understanding how to chain different selectors, rather than solely adding attributes. We have two images for you to style, each with two class names, where one of the class names is shared. The goal here is to chain the selectors for both elements, so that each have a unique style applied, despite using a shared class selector. For example, you want an element that has both X and Y to have one set of styles, while an element with X and Z has a completely different set of styles. We included the original images as well, so that you can see how the styles you will be adding look in comparison, so do not add any styles to them. diff --git a/foundations/intro-to-css/04-chaining-selectors/index.html b/foundations/intro-to-css/04-chaining-selectors/index.html index c8db425966b3..44dd83c4f6e1 100644 --- a/foundations/intro-to-css/04-chaining-selectors/index.html +++ b/foundations/intro-to-css/04-chaining-selectors/index.html @@ -8,7 +8,6 @@ -
Woman with glasses