Tribute Page Responsive Web Design

Hey everyone! I’m working on my responsive web design certification and i wanted to create a basic frame work before fleshing it out. Unfortunately I can’t pass the responsive resize test for some reason. The link to the project is below! Thanks for sparing some time!
Tribute Page (codepen.io)

Hi @livingenesis !

Welcome to the forum!

You need to delete the style tags in your css section.
Then the test will pass.

Style tags are html tags and belong in the head section of your html.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style

But now that you are building projects you should keep your html and css separate.

Hope that helps!

That solved my problem perfectly, Thanks!

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