It keeps telling me to add my background-color in the body selector. Please help.
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;
margin: 0;
background-color:#1b1b32 #f5f6f7;
}
Your mobile information:
iPhone - iOS18.2.1
Challenge: Learn HTML Forms by Building a Registration Form - Step 10
Link to the challenge: