fix(curriculum): improve typography challenge step-55 (#52426)

This commit is contained in:
Arvind
2023-11-29 17:58:26 +05:30
committed by GitHub
parent 7d9bfbb066
commit 0ccae55c70
@@ -7,7 +7,7 @@ dashedName: step-55
# --description--
Below your last `p` element, add another `p` element with the text `Total Carbohydrate 37g 13%`. Like before, use `span` elements to make the text `Total Carbohydrate` and `13%` bold. Also add an additional `span` element to wrap the `Total Carbohydrate 37g` text in a span element to have it aligned to the left, and `13%` to the right.
Below your last `p` element, add another `p` element with the text `Total Carbohydrate 37g 13%`. Like before, use `span` elements to make the text `Total Carbohydrate` and `13%` bold. Also add an additional `span` element around the `Total Carbohydrate 37g` text to have it aligned to the left and `13%` to the right.
# --hints--