Looking to create a straightforward menu bar using the ul
tag with 4 links. The ul
spans 100% of the screen width, so each li
element should be 25%.
I attempted to implement this, but the final list item ends up dropping to the next line. However, setting the width to 23%
for each li
fixes the issue. I wonder why 25% isn't sufficient?
Here is the link to my pen:
http://codepen.io/anon/pen/XKryKW Any assistance would be greatly appreciated! Thank you.