Tell us what’s happening: i need help putting my navbar inline with my heading… can anyone plz help
Your code so far https://codepen.io/Tech--Guy/pen/pobGzGo
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.
Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Challenge: Build a Product Landing Page
Link to the challenge:
I’m assuming you mean you want the nav links on the left to be vertically aligned with the logo/h1 on the right? One way to do this is to wrap the <img>, <h1>, and <p> in a <div> and then use flexbox on the <header>.
<img>
<h1>
<p>
<div>
<header>
Thanks very much it worked