fix(curriculum): correct spelling error (#44727)
Changed the incorrect spelling (rbg) to the correct spelling (rgb)
This commit is contained in:
@ -11,7 +11,7 @@ Notice that the red and cyan colors are very bright right next to each other. Th
|
|||||||
|
|
||||||
It's better practice to choose one color as the dominant color, and use its complementary color as an accent to bring attention to certain content on the page.
|
It's better practice to choose one color as the dominant color, and use its complementary color as an accent to bring attention to certain content on the page.
|
||||||
|
|
||||||
First, in the `h1` rule, use the `rbg` function to set its background color to cyan.
|
First, in the `h1` rule, use the `rgb` function to set its background color to cyan.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user