Feedback for tribute site

Hello, I would appreciate any input you could give me. I used flex for this one but could I have used grid instead? which one is better?
All feedback is greatly appreciated!
Tribute page v1

Your page looks good @jjfcc. Some things to revisit;

  • Verify your email addr with codepen so we can see your page full screen
  • 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 6/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.)
  • 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.
  • The font-family looks like it was copied from the sample project. There’s a font that you neither link to or import.

Neither is better. It depends on your layout. CSS Grid for 2-axis layout, Flexbox for single axis (either X or Y) layout, as a general rule of thumb.

Thank you for taking the time to review my project, following your recommendations I was able to pass all the tests.

Nice job cleaning things up. Page looks good.