How To Add Snow In The Background of Your Blog Using CSS

How To Add Snow In The Background of Your Blog Using CSS - Hallo best friend Tutorial 4 All, on sharing Tutorial 4 All this time titled , I have provided a complete tutorial with a guide from beginning to end. Hopefully the contents of Tutorial 4 All posts that I write this you can understand..

Article : How To Add Snow In The Background of Your Blog Using CSS
Link : How To Add Snow In The Background of Your Blog Using CSS

SEE ALSO


How To Add Snow In The Background of Your Blog Using CSS

Today we’re going to go over a super simple CSS technique that you can use to make it snow on your Blogger blog. It seems particularly attractive since it doesn't require scripts, only CSS and three small images.

An advantage of this method is that by not using scripts doesn't overload the blog, the disadvantage is that users with not so modern browsers, will not be able to see it (in Internet Explorer works for version 10 and up).
The snow will fall in the background of the blog, which, in addition, prevent interfering with links or content (because the flakes are images), also prevent blocking the visibility of the content of the blog.

falling snow, snow, winter background, blogger

You can see the demo in this test blog.

How To Add Falling Snow To Blogger Blogspot


Step 1. Go to Template and click on the Edit HTML button:


Step 2. Click the small arrow on the left of <b:skin>...</b:skin> to expand the style (screenshot 1) and click anywhere inside the code area to search by using the CTRL + F keys for the ]]></b:skin> tag (screenshot 2)

Step 3. Add the following code just above it:
/* Snow falling for Blogger
----------------------------------------------- */
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

#falling-snow {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ6V4h4hus8LdZONrIe_R96cTZwY-8CohOgJ_hEWYyNSXiU7XUmNmaSS0o8MO1QDt7jM3eiRBtxlJShmpWyi1CkpCLy2ySz7gSMCekr-BEppVd-TKKMSpJR_HCC_y1tTHpnGi8Gn1nOuEQ/s1600/snow.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilprtuGjj_jN39GKB1JlUnqhJF1Xd7jxt8Mw5GtWfe3jEPpfTvgjfSIr3WI3sEPjF5mOqoIgOtgoJUqWRDJ5iXN_5NIeiBA3Jx38USFRiawWuclCCWOgwHj2txbak33bgR35x3Iol-QrqJ/s1600/snow3.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR_bZ_SwDrmjv0BLqwmOwdSDYh5lwx2NrKVfsJFH7u-B-uXKr2LG_jb45MJBP2BBoxKNTwblJJUBr868qFNEyZLYRIbGdFMjO1f_gm2Bdb2ngQ3Nttz0QXPyChXTm3T_UNV29rLYvH33uQ/s1600/snow2.png);
-webkit-animation: snow 20s linear infinite;
-moz-animation: snow 20s linear infinite;
-ms-animation: snow 20s linear infinite;
animation: snow 20s linear infinite;
}
Screenshot 1: 


Screenshot 2:


Step 3. Now, search (CTRL + F) the <body> tag or if you can't find it, search this line below:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
Step 4. And just below, add this:
<div id='falling-snow'>
Step 5. Finally, find the </body> tag (CTRL + F) and add the following just above it:
</div>
Step 6. Save the changes and that's it. Enjoy!!! :)

As you can see this tricks is very simple and easy to install, does not block the visibility of blog's content and most important, it has no scripts, only CSS and nothing else.


Thus Article How To Add Snow In The Background of Your Blog Using CSS

The Tutorial 4 All How To Add Snow In The Background of Your Blog Using CSS, hopefully can give benefits to all of you. Let the posting Tutorial 4 All this time.

You are currently reading the article How To Add Snow In The Background of Your Blog Using CSS and this article permalink url is https://tutorial4-all.blogspot.com/2013/12/how-to-add-snow-in-background-of-your.html Hopefully the article this could be useful.

0 Response to "How To Add Snow In The Background of Your Blog Using CSS"

Posting Komentar