0
I need the page sizing not to move the project menu when the page is resized, because when I change the dimension of the display it moves individually from the rest of the body.
See that the menu and the image move to the left of the project. I am learning HTML5/CSS3 with this tutorial, but I could not identify the error.
nav#menu {
display: block;
}
nav#menu ul {
list-style: none;
text-transform: none;
position: absolute;
left: 900px;
top: -20px;