In index.html inside .., the navigation menus are made up of two ul elements. So far we've styled the li elements to display on the same line. Now let's style the ul elements to show up on the same line too.
Bootstrap provides the .pull-left class to left-align an element, and the .pull-right class to right-align an element. Let's use these classes to finish styling the navigation bar.