<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/2?curriculum_id=50579fb998b470000202dc8b#
<In what way does your code behave incorrectly? Include ALL error messages.>
I got instructions:
On line 7, make the text size 10px.
On line 8, make the text size 20px.
On line 9, make the text size 40px.
Everything is right but, an error is coming:
“Oops, try again. Did you set the first paragraph’s font-size to 10px? It looks like it’s 13px. (If you’re getting a weird decimal font size, check the Hint.)”
``` First font size changeSome text for you to make tiny!
Some text for you to make normal size!
Some text for you to make super big
<do not remove the three backticks above>