Tribute page - Gerardus Mercator

Hi. I would like to share a link to my first FreeCodeCamp project (Tribute page). Feel free to give some feedbacks.
Tribute Page - Gerardus Mercator

Welcome to the forum.

It is a simple page but you did the typography pretty well, so that is a win in my book.

  1. You have a lot of repeated CSS. You don’t need to redeclare rules and styles inside media queries unless you are changing values. Set everything outside the media queries first and then inside them change what needs to change and no more.

  2. Add cursor: pointer to the button.

Good job, keep it up.

2 Likes

Thanks for the feedback. According to your advice, I improved css a little bit.

The typography is great!

1 Like