make elemnt move u p nd down in html and css code example Example: how to move an image up in css .image{ position: relative; top: -125px; }