Currently struggling to find a resolution to the following issue:
Trying to create a navigation bar using a ul
element set to a specific width of 530px with multiple li
items nested inside.
The goal is to have the li
items evenly fill the 530px width with equal spaces between them. However, it's tricky to hard-code this since the width of each li
is unknown.