Background Images -
contain : Scales the image to be fully visible, leaving empty space if needed.
: Used to specify the image source via a URL or a gradient. background-size : Controls how the image fits its container. background images
: Controls if the image scrolls with the page or remains fixed in place. Best Practices for Performance and UX background-position CSS property - MDN Web Docs contain : Scales the image to be fully
cover : Scales the image to fill the entire element, often cropping edges. or not at all.
: Determines if the image tiles horizontally, vertically, or not at all.



