0
<div class"container">
<header>
<nav class="menu">
<h1 class="logo">Commerce</h1>
<ul class=menuLinks>
<li><a>Option1</li></a>
<li><a>Option2</li></a>
<li><a>Option3</li></a>
<li><a>Option4</li></a>
<li><a>Option5</li></a>
<ul>
<nav>
<header>
I wanted to align the "logo" part on the left of the menu, and the part of the class "menulinks" to be on the right and also to separate the "menulinks" with the logo type a margin, and also to occupy 90% of the class "menu" in a way that did not break the code using flexbox, currently I find it difficult to do this type of positioning!