Question / Help snow - confused

Billn

Member
I have watch a few videos of adding snow to you site using browsersource. What web site do I link to for snow?
thanks
 

Billn

Member
I finally figured out the zip file thanks

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>DHTML SnowStorm: Basic Example</title>
<script type="text/javascript" src="snowstorm.js"></script>
</head>

<body style="background:#000000;font:100 1.75em helvetica neue, helvetica,arial,verdana,sans-serif;color:#fff">

<h1 style="font-size:2em;margin:0px;font-weight:100"></h1>

<p>

</p>

<p>

</p>

</body>
</html>
 
Top