Tribute page, using flexbox, need feedback

I’ve build this using SCSS. I see that I have repeated some code at several places. I also want some suggestions to better layout pages using flexbox.
Here is the link Tribute Page

The layout already looks good to me :slight_smile:

Try adding padding 0 and margin 0 to your body.
Try using h1 for your title.

Good luck!

1 Like

I used margin to make it similar to reference pen. Now I get rid of that.
Use of h2 for heading is just slip of mind. Changed it too.
Thanks for your appreciation and feedback.