html5+css3+canvas粒子组合文字特效
1、新建html文档。

3、书写css代码。<style>* { margin: 0; padding: 0; }ht罪焐芡拂ml, body { height: 100%; position: relative; width: 100%; }body { background: #eee; }canvas { background: white; display: block; }#c { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }</style>

5、代码整体结构。
