fix(curriculum): typos in Nutrition Label section (#44652)
* fix(curriculum): typos in Nutrition Label section * Deleted tream file from last commit Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
This commit is contained in:
@ -7,7 +7,7 @@ dashedName: step-25
|
||||
|
||||
# --description--
|
||||
|
||||
Now update your `h1` selector to be `header h1`, to specifically target your `h1` element within your new `header`.
|
||||
Now update your `h1` selector to be `header h1` to specifically target your `h1` element within your new `header`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
@ -7,7 +7,7 @@ dashedName: step-53
|
||||
|
||||
# --description--
|
||||
|
||||
Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`.
|
||||
Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `Sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
Reference in New Issue
Block a user