Https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-9

cant figure out where i am going wrong

challenge :slight_smile: 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

Hi, Please add color:#1b1b32;

1 Like

thank you :grinning: it workedโ€ฆ

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