https://codepen.io/harkanday/pen/BbXyGd
Hello,please i need feedback on my tribute page.what did i need to improve on?
Hi @harkanday, welcome to the forums. Your initial page looks good but there are some things you should revisit.
- codepen only expects the code you’d put within the
<body> </body>
tags in HTML. (No need to include the body tags). For anything additional you want to add to the<head>
click on the ‘Settings’ button. So the link to Bootstrap would go in the box labeled “Stuff for head” - codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link. (You’re using a deprecated element to do styling in HTML. You want to do your styling in CSS. In CSS you have a misspelling)
- you page meets 8/10 user stories. When you fork the pen leave in the
<script>
so that you can run the tests to ensure you’re meeting all the stories. If you need it again it’s;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
- the image is stretched on larger screens but when you meet one of the user stories that’s currently failing that will be taken care of
- review this lesson about giving a link meaning
Side note, you don’t need to use the scroll-behavior
property for this page since you’re not linking to anything. That may come in handy when you do the Landing Page and/or Technical Document page.
You did a good job with the spacing. All I need you to do is change Sir (squished) Issac Newton
to Sir unsquished Issac Newton
and add more color.