Learning to describe the bugs or issues you’re facing is a great skill to have in a developer, it may seem hard at first, but you should at least provide a brief summary of what you are trying to accomplish and what’s the error that shows up when you try to run your code.
You can add any and all of the questions that you might have in the following section
Tell us what’s happening:
It will also make it easier for others to help you if they know the problem beforehand.
This seems to pass for me when i try to run it. Check if you have any extensions on your browser which might be messing with the tests. If the problem continues, you could either reset the test or try to attempt this challenge on some other browser.
Am trying to center the the div element within the body by using the margin-left and margin-right properties giving them the value of auto .
Good news is that the output shows it’s working but the code can not pass I don’t know why
Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.
The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.