First Website, Tribute Page (feedback plz)

Hello!

Here’s my tribute page: https://codepen.io/jojo_pelletio/pen/zYoJYQy

I also used some CSS tricks to display the text over a background image, which was from a website tutorial on Youtube.

Coding along with design feedback is much appreciated (along with tips to pass the link and responsive img test too :slight_smile: ).

Welcome to the forums @jojo_pelletio. Your page looks good. Some things to revisit;

  • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 8/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.