Learn HTML Forms by Building a Registration Form - Step 8

Tell us what’s happening:
Says You should use the body element selector.

What am I doing wrong?

Your code so far

/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Registration Form</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <h1>Registration Form</h1>
    <p>Please fill out this form with the required information</p>
  </body>
</html>
/* file: styles.Ext.css */

.body{
  width: 100%; 
  height: 100vh;
}

Your mobile information:

iPhone - iOS15.8.3

Challenge: Learn HTML Forms by Building a Registration Form - Step 8

Link to the challenge:

Class selectors start with .

1 Like