Project: Tribute Page - Alan Rickman

This is my second attempt at the first project (creating a tribute page). It looks more professional than my first attempt, has more semantic code and cleaner CSS. That said, I’m sure there is still room for improvement in one way or another. That’s why I would love some feedback from those with more experienced eyes about any further improvements I can make. Thank you.

https://codepen.io/Zaekia/full/rNayEeO

Everything looks great good job!

My only suggestion would be to see if you can get the video at the end to display smaller on smaller screens. Currently the video is causing a horizontal scroll on my mobile screen.

That’s a great idea, thanks for the suggestion. I’ll see if I can do that.

Edited to add:

Video is now responsive. Since it’s not possible to make the iframe responsive, you can get around it by making a container div, and using CSS to make it responsive. For anyone who may be interested to know how I learned to do this, I’ve provided a link to a tutorial that helped me understand how to do it.

https://alistapart.com/article/creating-intrinsic-ratios-for-video/