Tell us what’s happening:
For some reason it tells me that i should not make a new style tag but i havent! I’m using the one i already have and even if i reset the code it tells me the same thing…
(By the way, to save time, this is the lesson where you have to center all the elements in the page of the Cafe, shortly after you are done with the CatPhotoApp portion of the course)
The instruction says: “Center the h2 and p elements by adding a new type selector for each one to the existing style element.”
So, the order of selectors is h1, h2, p.
You have put h1, p, h2.
Your solution as quoted here works from my end. Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.
Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.
you can see this note in the curriculum page above the project list