I’d appreciate it, if I could get some feedback on this tribute page:
some elements don’t resize properly when I change the window size or check it on my phone. instead of staying centered, the img and caption slide oddly to the left…
This is very good.
I will also point out that you should keep your ids unique. Right now, you have several tags using the same id. In such cases, it is better practice to use “class” instead of “id”. =)