Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<!doctype html>
<html lang="en">
  <head>
    <title>Survey Form</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <link rel="stylesheet" href="styles.css" />
    </head>
    <body>
      <h1>Survey Form</h1>
      <p>Thank you for taking the time to help us improve the platform</p>
      </body>
  </html>
/* file: styles.css */
body {background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
  background-color: #097949;
width: 100%; height: 100vh; margin: 0;
color: white;
padding: 20px;
}
h1, p {text-align: center;}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

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