how to move a div element to a certain position on the screen html code example Example: how to move an image up in css .image{ position: relative; top: -125px; }