You can modify the background of an HTML element in several ways.
background-color: name, rgb, or hex;
background-image: URL("...");
background-repeat: repeat-x or repeat-y or no-repeat;
background-attachment: fixed;
background-position: position;