Hello, I had the instructions to remove the comment background-color burlywood and on clicking to submit the code the icon of consequent action disappeared.
Welcome to the community!
To comment out anything the use the following for a reference
/* comment here */
Notice how the text is within the comment opening /* and the comment closing */ tags.
Place the opening tag before the property and the closing tag after the value;
I hope this helps you!
Happy coding!
Thank you for your feedback.
To comment was the task for Step-22 which I completed.
The problem is with Step-23 where the instruction was to remove the comment so the background-color goes back to burlywood. On doing that, I wasn’t able to submit my code.
That has left my Step-23 incomplete making the whole Project 98% complete.
Hello!
Sorry for the misunderstanding.
The instructions state to use the existing (do not create a new one, as many of us have done) #menu selector to add the background color with the value of burlywood.
In the code that is shared, it has been entered in the body selector, by mistake.
Delete the body selector in the present code, and move the background-color and its value to the below where the #menu selector is, and you will pass this step @Chesire.
Keep up the great progress!
@anon42932716 thanks, I already corrected the code but it seems like the website has a problem with my Step-23 since there is no option for me to click to submit my code. I have attached two pics maybe to aid in understanding where the challenge really is.
The one I have circled in yellow is what I am missing in the next step-23.
Hello @Chesire!
You could try the following to try to solve the problem.
- Reset step
- Refresh page (F5)
- Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests.
- If you are having problems, recommendation is to disable extensions that modify the content or layout of pages, while taking the course.
- Try a different browser.
If the above doesnt work please share your actual code instead of sending screenshots. Its hard to see what you going on from images. The best way to help is show everything not just part of your code.
You can post your code by following the steps
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.