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:
a2937
2023-04-12 16:30:42 -04:00
committed by GitHub
parent 28cbf6a4bd
commit 0f922b8652

View File

@@ -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--