Design a Parent Teacher Conference Form - Step 35

Tell us what’s happening:

in design parent teacher conference form step 35

i cant check and submit, it said that i have to set the border to none, but i already do it, but still can’t submit the form, i tried to restart my laptop but it doesn’t work, i tried to copy the code from step 36, but it also doesn’t work.

i hope there’s a solution for this one

Your code so far

<!-- file: index.html -->
<button class="submit-btn" type="submit">Submit Form</button>
/* 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0

Challenge Information:

Design a Parent Teacher Conference Form - Step 35

Welcome to the forum @cantika.kpraja!

It’s a bug that has already been reported on GitHub. Some users have reported success using the Firefox browser, but if that doesn’t work for you, please move on until this issue is fixed.

Thank you for your patience.

Happy coding!

You could copy the css’s code from the step number 37 or after and it will work fine. Good luck!