is there any way to make the background an image? i’d rather have an image than colors. using
body {
background-image: url("image url here");
background-color: #cccccc;
}
makes the top of the color thing the image, but not the bottom.
is there any way to make the background an image? i’d rather have an image than colors. using
body {
background-image: url("image url here");
background-color: #cccccc;
}
makes the top of the color thing the image, but not the bottom.