body { background-image: url(bg); background-size: cover; /* <------ */ background-repeat: no-repeat; background-position: center center; /* optional, center the image */ }

To learn more HTML/CSS, check out these tutorials!