im trying to use this code:
http://codepen.io/MIML/pen/iBKyC
canvas {
position:absolute;
margin-left : 50%;
left: -150px;
}
To put some smoke at the bottom of my page, but im searching how can i put it using 100% width!
You know, all the bottom of my page, spreads smoke.
Thanks.
Cool find! Usually we don't write code for you, but this one's on me.
First, change the CSS code to this:
This will span the canvas across the entire page, but there won't be enough "smoke".
To add more smoke, replace the
spawn()function with this!Hope you enjoy!