cant figure out where i am going wrong
challenge
That is better. Now, make the background easy on the eyes, by changing the body background-color to #1b1b32 . Then, to see the text, change the color to #f5f6f7 .
my code:
/* file: styles.css */
body {
background-color: #1b1b32;
width: 100%;
height: 100vh;
margin: 0;
}
**Challenge:** Step 9
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-9