Tell us what’s happening:
Hello) In the “Design a Parent Teacher Conference Form” (Workshop), Step 35, the test fails incorrectly.
I set border: none; for .submit-btn, and the style works in preview, but the test still says: “Set the border property to none.”
I checked syntax, removed duplicates, and rewrote the code — same result.
Looks like a validation bug, blocking me from completing the lesson.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
.submit-btn {
cursor: pointer;
background-color: royalblue;
color: whitesmoke;
border: none;
border-radius: 6px;
padding: 12px 20px;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Challenge Information:
Design a Parent Teacher Conference Form - Step 35