Tribute page looks bad on a small screen

Hello everyone,
I finished a Tribute page, but then I realized that it looks messed up on a small screen. By the way, I am a beginner, so I did this page only in HTML and CSS. Can someone help me solve this problem?
Thank you!

Do you have a link to the code, such as on CodePen?

Are you using Bootstrap that was brought up in the lessons? If so, then you should look up/into using img-responsive and col-xs-*.

Here it is: http://codepen.io/JelenaJay/pen/MJMJRR

Quickly looking at it, part of your problem is that you have not enabled the Bootstrap framework on CodePen under the settings tab (top right - enable for both CSS and JavaScript). See the link below for more information on it.

You are right, I don’t know how I missed it. Thank you for pointing this out.

1 Like

No problem! I just added a link to the previous post as well if needed.

This page still doesn’t have much sense on a mobile phone. I probably didn’t use Bootstrap in the right way.