These days, I have the luxury to take myself off to the beach in the morning, and if the sun comes out it makes for a pretty photograph.
By default, the background image on Blogger will tile if you're on a bigger screen, but no self-respecting developer could allow such an allow state of affairs to persist.
Feel free to use the image linked: it's a photo from Mordialloc Beach in Melbourne.
Templates >> Advanced >> Add CSS
html, body {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2HCYpBJd77y0JOGKD-O8duIXlcshW6oNX64fkmVUCjHRNqEGZfxFsccQjawYg8ad6m6HcjOQJtu8GfjBIkHD3RrHMO-wzfzzwvhC4Fq11hhaeTPbB-Onw9h1H0ssGb4WgFr00vKpkoopR/w1200/PHOTO_20161129_093947.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

No comments:
Post a Comment