Hi there,
I know it’s quite simple, but I wanted to make sure that my project was okay. I was experimenting with the flexbox for the timeline section so that it wraps properly when resized.
I’m not very good with picking colours, think I need to learn some color theory!
Tribute page on codepen
Hi,
A simple but attractive page. You’re using semantic tags and you make good use of flexbox to make the page responsive. There’s one small detail that bothers: when you decrease the width of the page and it becomes smaller than 380px the font-size does not decrease so that the text of the figcaption is too large for the container. The margins have also disappeared. You need to add another media query.
Greets,
Karin
1 Like
Thanks Karin, that’s a good note! I did notice that myself, I’ll have a go at fixing it.