I completed the test for Tribute Page and passed. My problem is the I paste the url and hit the “I’ve completed this challenge” and it does nothing. Can’t go on to the next project. I did my work in VS Code. Anyone else going through this headache??
Your machine is not a server therefore no one can connect to it to see the code you’ve written in VSC.
When learning to use vsc you had to read through some of their documentation to understand how it works. Similarly you can read through codepen’s official documentation.
Briefly
the free version of codepen allows only one project but an unlimited number of Pens.
Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor so you can cut / paste from vsc into codepen
Similarly, you cut / paste your CSS stylesheet and paste it into codepen’s CSS editor
save the pen ensuring the test script, with all tests passing, is included in your project
the URL is what you’ll submit to FCC
Edit:
If you’d like feedback you can post the link with your code in the Code Feedback subforum