How to put p5 canvas into our div background?

2019-08-20 06:31发布

I would like to put p5js canvas in my divisions background. How to do that? I know how to put canvas in div but don't know how to put in background.

标签: p5.js
1条回答
Evening l夕情丶
2楼-- · 2019-08-20 07:23

This isn't really a P5.js question. It's more a general HTML and CSS question. I recommend googling something like html use canvas as background of div for a ton of results, including:

Taking a step back, it's worth noting that Stack Overflow isn't really designed for general "how do I do this" type questions. It's for more specific "I tried X, expected Y, but got Z instead" type questions. So you should really try to do some research and write some code and then post a MCVE if you get stuck. Good luck.

查看更多
登录 后发表回答