Tell us what’s happening:
I am trying to complete the new parent/teacher form workshop in the responsive dev certificate, but cannot get past step #35. I have tried typing it manually again, changed browsers, resetting and refreshing the site still the same error of setting the border to none.
.submit-btn {
cursor: pointer;
background-color: royalblue;
color: whitesmoke;
border: none;
border-radius: 6px;
padding: 12px 20px;
}
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 (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