/* comment here */
In your style sheet, comment out the line containing the background-color
property and value, so you can see the effect of only styling div
element. This will make the background white again.
/* comment here */
In your style sheet, comment out the line containing the background-color
property and value, so you can see the effect of only styling div
element. This will make the background white again.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Hi there, and welcome to the forum!
If you need help with a particular challenge, please click the Help icon which appears after you have submitted incorrect code three times.
This will create a forum post which includes your full code, a link to the challenge and an opportunity for you to explain what you’re having difficulty with.
okay so try this: body{
width:100%;
}
Please look at both of the posts above to see how to ask a question
thanks
thank you pls for letting me know
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.