mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 23:02:05 -04:00
fix(curriculum): typo in 65 of building a magazine project (#47470)
switch second to third
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: step-65
|
||||
|
||||
# --description--
|
||||
|
||||
Now it's time to style your second `section`. Note that it has the `text` and `text-with-images` values for the `class` attribute, which means it is already inheriting the styles from your `.text` rule.
|
||||
Now it's time to style your third `section`. Note that it has the `text` and `text-with-images` values for the `class` attribute, which means it is already inheriting the styles from your `.text` rule.
|
||||
|
||||
Create a `.text-with-images` selector and set the `display` property to `grid`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user