i am trying to turn the background image of a div into a slideshow but obviously do not know how to, any help would be appreciated.
HTML:
<div class = 'Header'>
<h3>One of the UK's best <br> <span class = 'green'>paintball</span> destinations</h3>
<input type = 'button' class = 'Book_Here' value = 'Book Here'>
</div>
CSS:
.Header {
background-image: url(../IMG/Header.png);
background-size: cover;
width: 100%;
height: 720px;
text-align: center;
}
.Header h3 {
padding-top: 200px;
color: #ffffff;
font-size: 50pt;
font-style: italic;
margin-bottom: 50px;
}