mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): modified instructions (#50830)
Co-authored-by: Anmol Sarraf <anmolsarraf@Anmols-MacBook-Pro.local>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ Notice how we camelCase the `fontSize` property? This is because React will not
|
||||
|
||||
Add a `style` attribute to the `div` in the code editor to give the text a color of red and font size of `72px`.
|
||||
|
||||
Note that you can optionally set the font size to be a number, omitting the units `px`, or write it as `72px`.
|
||||
Note that you can optionally set the font size to be a number, omitting the units `px`, or write it as `"72px"`.
|
||||
# --hints--
|
||||
|
||||
The component should render a `div` element.
|
||||
|
||||
Reference in New Issue
Block a user