...

/

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.

Problem description

A <nav class="menu"> contains an unknown number of <a> items. ...