Hi all, I am trying to complete the new parent/teacher form workshop in the responsive dev certificate, but cannot get past step #35. My code keeps failing on Set the border property to none, despite having that defined below. Has anyone else run into this?
Your code so far
/* 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: <code>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</code>
### Challenge Information:
Design a Parent Teacher Conference Form - Step 35
https://www.freecodecamp.org/learn/responsive-web-design-v9/workshop-parent-teacher-conference-form/step-35
Your solution works from my end. Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.
I tried using Microsoft Edge (which i never use, nor has it any extensions). I updated it after I tried it the first time and also did the “restart & CTRL+F5” after the update, but before I tried again.
Also tried using an Incognito-window in Chrome.
Things I tried with the code itself:
Different border values: 0; 0 none; none; hidden;
Rearranging properties (border first, border-radius before border)
Adding pointer, background-color, color, whitesmoke, border one-by-one and pressed check your code on each one. It stopped recognizing at border.
I also tried removing everything else inside the styles.css except the required code for this step. also no luck.
I rewrote everything in the Declaration Block 3 or 4 times.
I checked if there was a typo in the index specifying the class (which should have been set automatically on step entry anyway)
In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.
The easiest way to create a topic for help with your own solution is to click the Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.
Is this really a bug I am stuck in this step 35 and already try the solution stated here but still I cannot pass the “set border property to none” is anyone have a solution. Thanks I am new and just learning .