0
Please help me please tell how I set canvas as a Background
Please help 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
4 Respostas
0
You're welcome ;)
+ 1
YOUR_CANVAS.style.backgroundColor = "VALID_COLOR";
+ 1
Thank you for helping you are very nice all of
0
Try this:
## CSS
canvas{
position:absolute;
left:0;
top:0;
z-index:-1;
}