FCC Survey Project | Feedback Appreciated

Let me know any criticism you have or anything you think I should add.

Great work! Your submit button is a little hard to read. Also, see if you can add a black border around the survey form to make it stand out. I would also change the label text colors to a shade of blue as opposed to white, so that they contrast with the orange background. Otherwise, good job.

Thanks for suggestions especially the black border it really changes the look and makes it pop like you said.

Happy to help. I noticed on your changes you added:

  border-color: black;
  border-width: 4px;
  border-style: solid;

This could be changed to the code below to make it more simple.

border: solid 4px black

Cheers

i love the color combinations
but its not responsive when i used ctrl + alt +M
and use
below link

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

and add it just before </body>

and run the test it will help you to see if your project clear all the tests or not.