Voxel
1
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. 
Remove them in their entirety. 
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>
system
Closed
4
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.