To repeat or not repeat?
CSS is pretty smart. So there's got to be a way to stop the background images from been repeated. Let's take a look at the background-repreat property.
We'll cover the following...
background-repeat
The background-repeat
property controls whether background-images will be repeated or not repeated.
To stop the background image from ...