Update: Now I’m trying to get the nav bar links and my h4 element to sit within the teal green coloured header, rather than underneath it. Help please!
Original:
Apologies for how ugly and early this draft is - I’ve only put the background colours in atm to help me see where the different sections are.
I want to have the three links of my nav bar inline with each other and with the h3 element of my header (but with the h3 on the left and the list of links on the right). I’ve tried making various elements inline but I haven’t been able to find the right combination.
Use the background-color to find the different between each section actually is a very good technique so I recommend you to use it when you are in trouble but remember to remove it when go into production site
To have the nav align with your name, the code below should work nav{ display: inline-block; } nav ul li { display: inline-block; }