initialized p5 project

This commit is contained in:
2025-02-03 12:05:46 +01:00
commit ca414fd909
6 changed files with 48 additions and 0 deletions

8
style.css Normal file
View File

@ -0,0 +1,8 @@
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}