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)
No CommentAdd an Image or a color as your background:
body{color: white;} body {
background-image: url(Insert Image or gif link here!!!!);
background-repeat:
}
Color Background:
body{color: white;} body {
background-color: #000000;
background-repeat:
}
For Color google color hex code and replace the numbers
with your desired color's hex code
For Image go on google find an image (or gif)
and paste the image link in between the parenthesis
Don't be afraid to DM me with any questions
or if you need help!!
No Comment