Код: Выделить всё
.header__nav {
display: flex;
justify-content: space-between;
/* This will push the items to the edges */
align-items: center;
/* Vertically aligns items */
padding: 0 20px;
/* Adds space on the sides */
overflow: hidden;
}
.header__logo {
flex: 1;
display: flex;
position: relative;
padding: 20px;
}
.header__logo-overlay {
position: absolute;
inset: 0;
width: 100%;
}< /code>
[h4]SushiMan[/h4]
[list]
[*]
[url=#menu]Menu[/url]
[*]
[url=#menu]Food[/url]
[*]
[url=#menu]Services[/url]
[*]
[url=#menu]About Us[/url]
[*]
[img]./assets/search.svg[/img]
[/list]
[list]
[*]
[img]./assets/menu.svg[/img]
[/list]
Подробнее здесь: https://stackoverflow.com/questions/795 ... nu-not-wor