To prevent a background image from tiling in any direction, which style property would you apply?
background-tile: none;
background-repeat: fixed;
background-repeat: no-repeat;
background-repeat: none;