Design a Parent Teacher Conference Form - Step 35

Tell us what’s happening:

i was writing the code correctly but not submit the code

Step 35

Time to style the submit button.

Select the element with the class submit-btn. Set cursor to pointer (to indicate it’s clickable), background-color to royalblue, color to whitesmoke, border to none, border-radius to 6px, and padding to 12px 20px.

.submit-btn {

cursor: pointer;

background-color: royalblue;

color: whitesmoke;

border-radius: 6px;

padding: 12px 20px;

border: none;

}

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */


Step 35
Time to style the submit button.

Select the element with the class submit-btn. Set cursor to pointer (to indicate it's clickable), background-color to royalblue, color to whitesmoke, border to none, border-radius to 6px, and padding to 12px 20px.


.submit-btn {
  cursor: pointer;
  background-color: royalblue;
  color: whitesmoke;
  border-radius: 6px;
  padding: 12px 20px;
  border: none;
}

/* 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

Challenge Information:

Design a Parent Teacher Conference Form - Step 35

Welcome to the forum @fahmiprogrammer!

This is a known bug. A GitHub issue has already been created. Some users report success using the Firefox browser. Otherwise, please move on to the next step until this is fixed.

Happy coding!