Every failed attempt says, “You should give the submit button a margin of 0 auto.” I’ve put the command down and still haven’t passed.. I checked my code for mistakes, but I didn’t catch any.
Maybe I’m missing something??
I’m not sure if it got cut off nut I do have it on there
input[type=“submit”] {
display: block;
width: 60%;
margin: 0 auto;
}
(what I have on my coder )
Your solution 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.