I am new to Flexbox. How can I create a navigationBar like UI using Flexbox? e.g.
I want to center the Title'Tinder' but with the left nav bar layout started from the left. I tried to set the outer container's flexbox value to have justify-content
to be space-between
, but it won't work.