I am sure I did everything right.
Challenge: “Delete your h2
element’s style attribute, and instead create a CSS style
block. Add the necessary CSS to turn all h2
elements blue.”
I did:
h2 { color: blue;}I am sure I did everything right.
Challenge: “Delete your h2
element’s style attribute, and instead create a CSS style
block. Add the necessary CSS to turn all h2
elements blue.”
I did:
h2 { color: blue;}Are you using a dark-mode extension? Those extensions work by changing your CSS, which interferes with the test suite.
With the CSS challenges it is important to disable all browser extensions that modify your CSS, such as dark mode extensions. freeCodeCamp does have a native dark mode you can enable in your settings.
In the future
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Thank you. It worked!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.