mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-01 15:02:09 +08:00
fix(curriculum): clarify Step 34 width property wording (#69172)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-34
|
||||
|
||||
That's closer, but the price didn't stay over on the right. This is because `inline-block` elements only take up the width of their content.
|
||||
|
||||
To spread them out, add a `width` property to the `flavor` and `price` class selectors that have a value of `50%` each.
|
||||
To spread them out, add a `width` property with a value of `50%` to both the `flavor` and `price` class selectors.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user