mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-26 07:00:55 -04:00
Chore(cirriculum) - Use alternate wording for step 36 of the cafe menu. (#49996)
* Use alternate wording for step 36 of the cafe menu. * Restore the last sentence.
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-36
|
||||
|
||||
That is kind of what you want, but now it would be nice if the flavor and price were on the same line. `p` elements are <dfn>block-level</dfn> elements, so they take up the entire width of their parent element.
|
||||
|
||||
To get them on the same line, you need to apply some styling to the `p` elements, so they behave more like <dfn>inline</dfn> elements. Add a `class` attribute with the value `item` to the first `article` element under the `Coffee` heading.
|
||||
To get them on the same line, you need to apply some styling to the `p` elements so they behave more like <dfn>inline</dfn> elements. To do that, start by adding a `class` attribute with the value `item` to the first `article` element under the `Coffee` heading.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user