I just completed the first project, here’s the link.
I would love some feedback about the page, and It’s possible some help to fix the navigation bar, It’s not responsive and would like some advice (some explanation on the ‘position’ property could be useful!)
Your page looks good @nenedev. Some things to revisit;
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 9/10 user stories.
On using codepen. codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
The link to your font would go in the box labeled ‘Stuff for <head>’
Run your HTML code through the W3C validator. Just copy your HTML and paste it into the ‘Validate by Direct Input’ tab.
Don’t use in-line styling. Keep all your styling external