if you move text with postion absolute will it stay there at different screen sizes? code example
Example: css keep element on same position among different screen size
nav {
position: absolute;
top: "your percentage";
left:0;
right:0;
margin:0 auto;
border: solid;
}