// HTML: make a parent div with a class of "wrap" and inside of it make 300 children div's with the class of "c"; best in chrome;
$total: 00; // total particles
3
$orb-size: 0px;
$particle-size: 2px;
$time: s;
$base-hue: 0; // change for diff colors (10 is nice)
8
html, body {
height: 100%;
10
}
body {
background: black;
14
overflow: hidden; // no scrollbars..
}
.wrap {
position: relative;
top: 50%;
left: 50%;
width: 0;
height: 0;
transform-style: preserve-3d;
perspective: 1000px;
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter