Design a Parent Teacher Conference Form - Step 35

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

hello @trenertv1 welcome to the forum!

Unfortunately this step is bugged. Although, some users have reported success trying it in Firefox browser. There is an open issue for this on github. Hopefully it will get fixed soon.

Meanwhile, you can skip this step for now and come back to complete it later.