I have tried to place the ID in the <div> holding the link. As well as the <a> tag it self . Still to no success . I also have tried to place it in both and run the test , still failed.
you have syntax errors that are making the rest of the code not being revcognized
you are missing a quote on line 6
but you should add the metadata in the settings of the pen
codepen is a boilerplate, and it expects only the content of the body tags inside the HTML box
you use twice the id profile-link, once on line 16, once on line 33
you should use it only once in your code
line 40, your anchor element is missing the closing </a> tag
line 41 (probably), the div is missing a closing tag, if not this one one of the others
CSS syntax
line 46, there is a colon instead of a semicolon at the end of the line
TESTS
2. The height of the welcome section should be equal to the height of the viewport.
You set it at 600px and stop. It needs to be always equal to the viewport.
3. The navbar should always be at the top of the viewport.
it seems that you have an hamburger menu instead of a navbar as required.
Hi Everyone, I am having a bit of trouble solving and passing this final test can some one assist me?
I have pasted the test that I am failing as well as the link to the pen.
thanks in advance,
Andy
2. The height of the welcome section should be equal to the height of the viewport.
The height of #welcome-section is not equal to the height of the viewport : expected 600 to be close to 493 +/- 0 AssertionError: The height of #welcome-section is not equal to the height of the viewport : expected 600 to be close to 493 +/- 0