I have recently completed a tribute page (although it does still need a couple minor touchups) on which I have done on Hayao Miyazaki. This is the first project I have done on my own with little assistance from things such as tutorials!
But I’d very much like to get feedbacks on my project. The main areas I want to focus on are:
-if the code is clean (proper practices, documentation, etc)
-visuals
Any other feedbacks that I haven’t mentioned, I’d love to hear as well!
I already commented on your other post about how to pass the last test.
I think the design looks good for larger screens but you need to work on responsiveness.
As I mentioned in your other post, maybe you could play around with flexbox for the image and text in a row instead of you current code.
For the movie list, I would add flex-wrap:wrap; so the movies will go to another line on smaller devices.
Responsiveness is one of the many things I am currently struggling on, but hopefully I will get better on as I start understanding on how flexbox, etc works