CSS utrzymuj element na tej samej pozycji w różnych rozmiarach ekranu
nav {
position: absolute;
top: "your percentage";
left:0;
right:0;
margin:0 auto;
border: solid;
}
Disturbed Dunlin