How to create and add snow effect in blogger and web pages widget for free
Step 1:-
Goto Blogger Dashboard> Template > Edit HTMLStep 2:-
Press CTRL+F and find this ]]></b:Step 3:-
Then Paste this CSS code above it/*Simple reset*/
* {margin: 0; padding: 0;}
body {
/*You can use any kind of background here.*/
background: #6b92b9;
}
canvas {
display: block;
}
Step 4:-
Then goto <head> section
Then paste this JAVAScript link code below the <head>
<script src='https://calculator-java-css.googlecode.com/svn/canvas.js' />
Step 5:-
Then paste this code anywhere in the HTML (inside <body> tag)
<canvas id="canvas"></canvas>
*I recommend to use it in top.
Good Luck
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment