Hey campers, I’ve recently completed my first project for tribute page. Here is the link to the project. Any type of feedback highly appreciated.
Hi @ajitesh_sinha, your page looks good. 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 xx/xx 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 alt attribute is required for
<img>
elements - Don’t use the
<br>
element to force spacing. Use margin and or padding in CSS - You’ve made the years bold so remove the bullet points