Issue with my template

So my text isn’t showing up in my template when I click “rules”. And the unexpected token error is something else I haven’t figured out.

Here’s my snippet

See the Pen VaRamd by Scott (@snippethere) on CodePen.

Any ideas on whats causing it to not show up?

Hi there Voxel,

you have included opening and closing style and script tags. :cold_sweat:

Remove them in their entirety. :sunglasses:

coothead

As @coothead points out, you have HTML tags at the beginning and end of the CSS so CodePen is a bit confused.

You need to validate your HTML and CSS separately. Both have errors.

https://validator.w3.org/nu/

https://jigsaw.w3.org/css-validator/

<aside>The CodePen never finishes loading for me in Firefox and Chrome.</aside>

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