padding-top:10px; means that the content in the container is 10 pixels from the top of the container and is included in the container;
margin-top:10px; means the container itself The top of the container is 10 pixels away from other containers and is not included in the container;
top:10px; means that the top of the container itself is 10 pixels away from the top of the page.