body
{
background-image: url();
background-size: cover; /* <------ */
background-repeat: no-repeat;
background-position: center center; /* optional, center the image */
}
To learn more HTML/CSS, check out these tutorials!