Как поставить все элементы header вот так:
Сейчас вот так:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Главная страница</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div class="container">
</div>
<div class="header-line">
<div class="header-logo">
<img src="logo1 1.png" alt="">
</div>
<a class="nav-item" href="#">Главная</a>
<a class="nav-item" href="#">Список продуктов</a>
<a class="p" href="#"><img src="2 1.png"</a>
<a class="p" href="#"><img src="youtube-1-64x64 1.png"</a>
<a class="p" href="#"><img src="icons8-discord-48 1.png"</a>
</div>
</div>
</div>
</body>
</html>
body{
margin: 0;
}
.header{
background-image: url(s1.png);
}
.header-line {
padding-top: 0px;
display: flex;
align-items: center;
text-decoration: none;
}
.nav-item {
margin-left: 50px;
margin-right: 25px;
color: white;
text-decoration: none;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 30px;
}
.p {
display: flex;
flex-direction: row-reverse;
}