My final tribute page! Need feedback!

Much better if you view it in full screen. Thank you

Project link - http://codepen.io/killgrey/full/JRdxJQ/

Hi Killgrey.
I really like the header and the timeline.
However, in each of the players bios using text-align: justify; makes odd spacing depending on the screen size.
I’m not sure if justify is standard practice, but I personally prefer it with text-align: left;

try:

.boxes p {
font-size: 50%;
line-height: 150%;
text-align: left;
}

Awesome timeline at the bottom, love the animations.

1 Like

Hello Allennat. Thank you for recommendation, actually I’m having a hard time on my boxes p on how they look but yes I’m gonna try that. Anyway, glad you like it.