...
/Problem: Dynamically Even-Spacing and Centering of N Items
Problem: Dynamically Even-Spacing and Centering of N Items
Try to distribute an unknown number of menu items evenly and center them using Flexbox without relying on hard-coded spacing.
We'll cover the following...
We'll cover the following...
Problem description
A <nav class="menu">
contains an unknown number of <a>
items. ...