hey I was working with flex box but the list items don’t seem to get space between then even after using space-around.
I checked with firefox dev browser that flexbox is made but cant understand why space is not added
The nav-list needs width to have space to distribute. Try giving it say 30% width (or whatever).
I changed the width in #navbar > ul and that seems to work
Just to be clear, nav-list is the ul.
