Hi all,
Relatively new to coding and am running into an issue that has me stumped when building my portfolio page.
The easiest way to see what I am talking about will be to visit my page and review the code I think.
Link: http://codepen.io/Will5592/pen/eByVYG?editors=1100
However, a brief description is: When I apply a style in my CSS named ‘.navbar’ that fixes the position of the element it’s applied to, in this case the very first div after my body tag, elements further down the page (entitled ‘contact’ and then a footer) completely disappear.
I have no idea why and can’t seem to fix it, so if anyone is able to shed some light on this issue, that would be great.
NOTE: I’ve left an extra ‘a’ in the style in CSS, so to apply it correctly just delete an ‘a’ and hit run. I’ve done this so you can see what is the before and after effect.
NOTE: I also have a border around every Div at the moment, just to help me visualise where the invisible elements are. If this is annoying/not useful please feel free to take it off.
If you need clarification on what I’m talking about please ask and I’ll try and explain in a different way.
Cheers!!