Tribute page questions

Hi everyone.

I was wondering if anyone could check out my tribute page and let me know what I could do to improve. On the one hand, I want to say this is basically done, but I've got a few nagging issues I can't seem to resolve.

First, I look at other people’s projects and their images show up fine, but when I view my codepen on different computers, my image doesn’t show up. Is this a hosting issue? And if so, where is a better place to host images?

The other question I have is about responsive design in general. The different default fonts on other computers mess with the alignment/sizing of some of the divs. While it looks fine on my laptop, my desktop either leaves more empty space than I want or crams text where it shouldn’t be. What kind of preventative measures are there to take?

my tribute codepen

As far as the image goes, changing your css in #right from background to background-image got it to show up on my computer. Best of luck.

Awesome! thanks for catching that