this will change your blog's background.
CODE:
<style>
body{
background-color: color !important;
background-image: url('image url') !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: top left !important;
background-size: cover !important; }
</style>
^^ This code will make one solid image stretch across your screen.
If you want to REPEAT an image, use this code:
<style>
body{
background-color: color !important;
background-image: url('image url') !important;
background-attachment: fixed !important;
background-position: top left !important;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )