<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
error message: did you change the font size of the paragraph to 18px? The system wont give me the option to get the code, I can only try again but I am going nowhere.
Doesn’t make sense as I put the color in the style.css index and the system
was ok with that. The thing try teach use the link between css and html
index.
Any other suggestions? could it be a bug?
You used h1 which targets the h1 heading tag, from the error message above I gather that its asking you to change the font size of the paragraph so you need to use p which will target the paragraph …
Hello,
You are right, i should have pay more attention. Thank you very much
zainabrawat Codecademy Moderator
October 3
Hello,
You used h1 which targets the h1 heading tag, from the error message
above I gather that its asking you to change the font size of the paragraph
so you need to use p which will target the paragraph …