Hi everyone, I’m having an issue with the Parent Teacher Conference Form challenge. The test “Set the border property to none.” keeps failing even though my code appears to be correct.
My HTML:
Submit Form
My CSS:
.submit-btn {
cursor: pointer;
background-color: royalblue;
color: whitesmoke;
border: none;
border-radius: 6px;
padding: 12px 20px;
}
I have already tried:
-
saving the CSS file
-
hard reload (Ctrl + F5)
-
switching browsers
-
rewriting the code
-
testing with inline CSS
-
resetting the project
-
creating a new project tab
The test still fails.
Is this a bug in the test runner, or am I missing something?
Thanks in advance!