Tribute page feedback -

Hello,

I have completed the tribute page. Please let me know what you think and what could be improved in terms of code.

Also just wondering, if i wanted to add 3 images instead of one, stacked horizontally (vertically on mobile), what would i be looking at doing?

I appreciate all the help

Thank you

Hi,

very solid!

Tip: set padding and margin to zero in the root (*, or root: ) in CSS.
All elements come with a default value for both and your numbers are added on top, what can lead to unwanted behavior.

You can watch your text having more room instantly when you set both values to zero in the root CSS.

2 Likes