Responsive Web Design Projects - Build a Survey Form

*Tell us what’s happening:
hello every one,pls help me.how can i find the background color or basic details for creat the page?

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
<title>survey-form-freecodecamp.rocks</title>
  </head>
  <body>
<h1 id="title">freeCodeCamp survey Form</h1>
</body>

</html>
/* file: styles.css */
#title{text-align: center;

}
body{background-color: }

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

Challenge: Responsive Web Design Projects - Build a Survey Form

Link to the challenge:

you can make any color you like.

here is a fun website that helps you find nice colors HTML Color Picker

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.