Responsive Tribute Page

Hello, guys I just finished building a fully responsive tribute page please check it out and give me feedback on how I can improve
[Responsive Tribute Page]
(https://codepen.io/avwerosuotrust/pen/PoRrvqj)

Hello!

I checked your site in the chrome dev tools and made a few changes
to your media query:

The query is now @media (max-width: 768px) and looking good on smart phones.
Your old query made the layout look off on a smart phone.

Best start using the developer tools of Chrome and Firefox as early as possible. They will help you improve your responsive designs, debugging and much more.

Nice work! I would suggest adding a background color for the fixed #title element . When scrolling, the title text overlaps the main content text at times and looks a little cluttered.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.