diff --git a/curriculum/challenges/english/25-front-end-development/workshop-piano/612e89d254fe5d3df7d6693d.md b/curriculum/challenges/english/25-front-end-development/workshop-piano/612e89d254fe5d3df7d6693d.md index cd1ca1882c5..7b9e4dc8c60 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-piano/612e89d254fe5d3df7d6693d.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-piano/612e89d254fe5d3df7d6693d.md @@ -7,7 +7,7 @@ dashedName: step-8 # --description-- -Now that you've reset the `html` box model, you need to apply this to the elements inside it as well. To do this, set the `box-sizing` property to `inherit`, which ensures that the targeted elements adopt the same value as their parent element. +Now that you've reset the html box model, you need to apply this to the elements inside it as well. To do this, you will need to set the `box-sizing` property of all other elements to be inherited, which ensures that the targeted elements adopt the same value as their parent element. You will also need to target the pseudo-elements, which are special keywords that follow a selector. The two pseudo-elements you will be using are the `::before` and `::after` pseudo-elements.