Hi,
My first freecodecamp project is almost finished and I was wondering, if anybody would give me feedback.
That would help me a lot.
Here’s the link:
Thanks in advance
Hi,
My first freecodecamp project is almost finished and I was wondering, if anybody would give me feedback.
That would help me a lot.
Here’s the link:
Thanks in advance
Hi @nimerria19
Your page is nice but somethings to revisit:
Your page is not responsive and shows a scrollbar at the bottom. Make your page responsive.
Analyze your HTML and CSS, like this:

Run your HTML code through the W3C validator . There are HTML coding errors you should be aware of. Since copy/paste from codepen you can ignore the first warning and first two errors.
Maybe you removed the test table link. Some of your tests are failing. Make sure to pass all those tests.
Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links . For a more thorough explanation read Web Accessibility in Mind . “ Wikipedia ” is not accessible.
Happy Coding! 
Hey, @emanzulfiqar
Thanks for your time to review my code.
Since your feedback, I’ve solved majority of the errors and passed the test table. Also updated the link
Thanks again 
Welcome to the forum @nimerria19. Your page looks good. Some things to revisit;
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.