I m working on portfolio challenge and for some reason even if I stick #nav-bar to the top it doesn’t works any help?
Hello there.
Some things to note when using CodePen:
- CodePen does not expect any content outside the
body
tags. - All
meta
,link
, andscript
information must be put in thesettings section of the HTML editor.
- You do not need to/cannot link the CSS in your HTML, if you place the CSS in the appropriate section.
- If your project uses React, use the Babel preprocessor, and link the CDN in the appropriate
section.
- The editors offer the ability to format and analyze your code, providing useful information about forgotten closing tags etc.
If you are still confused with how to use CodePen, please read the official documentation.
Hope this helps
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.