If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button 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.
Your code is correct. Sometimes, these learning platforms can be a bit picky. Just to double-check, make sure there are no typos or extra spaces in your code. Your h1 and h2 selectors should be exactly as you’ve written: h1 { font-size: 40px;} h2 { font-size: 30px;} If it’s still trouble, try refreshing the page or clearing your browser cache. Sometimes that can help with these kinds of issues.
Sometimes, dark mode, or extensions (including some password vaults, as I learned from experience) can cause the issue.
As well, if the code above the entered code is missing a closing curly bracket, that causes an issue, and happens to all of us at some point.
If resetting and entering the code still does not work, you may wish to try submitting the code using a different browser. Sometimes, browser built in extensions cause the problem.
Clearing the cache.
A complete computer reboot may clear up the issue.