I was working on the Technical Documentation Page, and I can get the grid-template-columns to work as I want in freecodecamp and another HTML tester I use. BUT, when I split the (CSS) into its separate section in codepen, the columns disappear. Does anyone know why this happens?
Here is a link to my page: https://codepen.io/daphnecolson/full/QWppxMe
The one issue I see is that the closing script
tag is not correct. Iām seeing this;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script
when I add the >
everything appears correct.
There are HTML syntax errors you should address. Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
Thank you!! I must have deleted it and never noticed! Also, thanks for the validation site. That will be handy to cross-check and make it better Thank you for your time!!
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.