skip to Main Content

How can I pull my last flex box child to the right? – CSS

I've got a navbar, and I want to space the links evenly across the bar. This is my HTML <nav class="mainAddressBar"> <ul class='navLinks'> <li class="navItem"><a href="index.html">Home</a></li> <li class="navItem"><a href="about.html">About Us</a></li> <!--<li class="navItem"><a href="portfolio.html">Portfolio</a></li>--> <li class="navItem"><a href="contact.html">Contact</a></li> </ul> </nav> CSS: .navLinks…

VIEW QUESTION
Back To Top
Search