Learning how to create a responsive website by following a tutorial here
Facing an issue: Unable to position elements to the right of the <ul>
within the <nav>
. Everything seems to fall below or not align properly. Trying to add a login form next to the <ul>
but struggling to do so.
Probably a simple CSS positioning problem, just need help figuring it out as I am new to this. Want to add more content to the <nav>
but can't seem to get it right.
Here is the link to the code: https://drive.google.com/file/d/0B2HRo77RSb3FZnowbTc2RGJiRGs/edit?usp=sharing
In the provided code, the link goes under the navigation bar. Moving the <div>
and <a>
back into the <nav>
places it in the bar but shifts everything to the left. Need assistance to keep it inside the navigation bar while keeping the <ul>
centered on the screen.