This is meant for a menu. For example I have a div element with 3 spans in it, all of which have some margin, max-width and float (left or right). It is positioned s
You just need to display the div with id #menu as flex container like this:
#menu
#menu{ width: 800px; display: flex; justify-content: space-between; }