Getting your images aligned and placed properly throughout your website can be a hassle if you don't know what you need in order to achieve your end
result. If you're trying to place an image as a background of a website but you [n]do not want the image to scroll with the mouse, you can add
this code to make it.. well 'fixed' in place:
background-attachment: fixed;
Remember to place this in your <style></style> like
this: