I don't know if I am blind or what

I am creating my portfolio on codepen. Just finished my navbar and I cant seem to figure out why my page wont display any text. Am I blind and not seeing something completely obvious? Any help is appreciated. https://codepen.io/Adams05/pen/ayEOmY

1 Like

You are not blind, you just have a fixed top navigation which covers your text :smiley:

Fix it by adding some margin top for your body

Here is the fix: https://codepen.io/FlorinPop17/pen/prpYeL

1 Like

Ah! Thank you so much much appreciated.