nav{
height: 50px;
color:#9b9b9bff;
display: flex;
justify-content:flex-end;
border:1px solid green;
}
this is css file and
<header>
<img src="logo2.png" class="logo2"><img>
<img src="logo.png" class="logo"><img>
<nav>
xcxzcccxzcxz
</nav>
</header>
this is html
I want to put nav in end of header the html hase 2 logos and I want that you never menssion it ,its for e.g and i can see it but I want mostly help on nav