SyntaxFix
Write A Post
Hire A Developer
Questions
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; }