Tribute Page Feedback/Rate

Just finished my first project. It’s a tribute page to Zack Snyder (yeah, yeah, I know). Please, can you guys gimme some feedback? Any suggestions?
:slight_smile:

Very nice indeed…

1 Like

Thanks, bro. Glad you liked it.

Welcome to the forums @lucasmonteiro. Your page looks okay. 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>).
    • The test script should be included, with all tests passing, when you submit your projects.
    • Your page passes 1/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
    • If you want multiple paragraphs then use multiple paragraph elements.
1 Like

Thanks. I’ll revisit some of those things later on.
I remember excluind the
tags, but I most have lost some of 'em. Will search and do my best.

Anyway, very gratefull for your insight!

You’re welcome.

They’re in the part where you tell about him. There are no paragraph elements and the <br> elements are being used to make three paragraphs. Use three paragraph elements instead.

Remember, when you submit your project all tests must be passing.

1 Like