mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): clarify instructions for cafe menu step 41 (#47213)
* fix: clarify instructions * refactor: reword instructions
This commit is contained in:
parent
29d9c52b8c
commit
399eaa01ed
@ -9,7 +9,7 @@ dashedName: step-41
|
||||
|
||||
That worked, but there is still a little space on the right of the price.
|
||||
|
||||
You could keep trying various percentages for the widths. Instead, simply move the price `p` element to be on the same line and make sure there is no space between them.
|
||||
You could keep trying various percentages for the widths. Instead, use the back space key on your keyboard to move the `p` element with the class `price` next to the `p` element with the class `flavor` so that they are on the same line in the editor. Make sure there is no space between them.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user