From 6d2bd791458a23a53ad7701662cf49fc462d1467 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:29:21 +1200 Subject: [PATCH] fix(curriculum): update challenge description for piano workshop (#59866) --- .../workshop-piano/612e89d254fe5d3df7d6693d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.