Tell us what’s happening:
Problem 1—> As specified in the user story, I set the “navbar” position to “fixed”, however, for some reason it messed the other elements flow in the page:
The “projects” section is displayed on top of the “welcome-section”, despite the fact that it comes after it in html, and there are positions specified in CSS for both sections.
The display is fixed only when I remove the “fixed” position for “navbar”
Problem 2—> When I specify a “line-height” for “h1” and “h2” in “welcome-section”, the text doesn’t wrap anymore when I reduce the size of the window, instead, the words overlap.
Problem 3—> When I tried my code on a local server (WAMP), the display is completely messed up, not the same as in codepen.io
Your code so far
Your browser information:
User Agent is: `
Google Chrome
Version 76.0.3809.100 (Build officiel) (64 bits)
Firefox
68.0.2 (64 bits)
Link to the challenge: