I’m having issues with the h2 and img tag as well, and I’m really not sure what I’m doing incorrectly (and it could easily be me not knowing how to use CodePen too).
Wow, I had no idea that the style tags were the issue. To clarify, does that mean the style tags are needed only when you’re coding in the HTML window of CodePen?
Like how in the tutorials, they would format it like this:
<style>
.... code here...
</style>
<add HTML here>
I think using styles tags are fine in tutorials like in FCC challenges.
When you are doing short challenges it is nice to have everything all in one place.
But now that you are building projects, you don’t need style tags.
It is best to keep your html, css and javascript separate.