Trying to create tribute page

I am creating the tribute page but I ran into an issue. I am trying to style my h1 element red (as a test, later it will be grey). CodePen.io is not making the h1 element red no matter what I do. What am i doing wrong? Here is the link to the CodePen page http://codepen.io/TaylorDettling/pen/RRbbWW

Hey, you don’t need to use the style tags. If you remove those it will work fine.

1 Like

Remove your style tag from your CSS document. They’re unneeded unless you’re adding an in-line style to your HTML document.

1 Like

Ok thanks. I did not realize that.