Why won't the black horizontal border lines in the nav bar go all the way to the left?

https://codepen.io/gtrman97/pen/wvoEbOb

The ul element has some default browser styles on it. You can remove them. Try setting padding: 0 on the ul.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.