Dumbledore Tribute project feedback

Hello, Just wanted to get some Feedback on the Tribute project. Haven’t commented this yet, but should be simple enough to navigate.

Dumbledore Tribute

Look very nice. Just a few things:

  • Perhaps the h1 header font could be a little fancier? Just doesn’t quite seem to live up to the rest of the page. Also, it doesn’t seem to be centered while the rest of the page is.
  • The text underneath the picture is narrowing much faster than the top of the page. If I narrow my browser window it doesn’t take long until there are only a few words on each line.

Thanks for the feedback, Unfortunately I had not checked the H1, the intention was to use the same font through out. I will look into the centering and narrowing issues hopefully will just need some tweaking to flex-box .

Hi @SpiralFox91, welcome to the forums. Your page looks good. Something to revisit;

  • you use the same font throughout your page. Instead of repeating your code over and over, keep it DRY (Do not Repeat Yourself) and declare the font-family in the body declaration block.