You can choose to have an image, gif, or color as the background of these boxes!!!
.topLeft {
margin-top: 20px;
background-repeat: no-repeat
background-color: #FFFFFF;
background-size: cover;
background-image: url(Insert Image or gif link here!!!!);
border: 2px solid #FFFFFF;
}
.topRight {
margin-top: 20px;
margin-bottom: 20px;
background: url(Insert Image or gif link here!!!!);
position: relative;
border: 2px solid #FFFFFF;
max-width: 550px;
}
You can have 2 different images for each box if you want
I will post the color code later :o)