Added wave

This commit is contained in:
2022-08-29 05:37:05 +02:00
parent aea5800b89
commit f680976e55
5 changed files with 113 additions and 0 deletions

8
wave/style.css Normal file
View File

@@ -0,0 +1,8 @@
body {
padding: 1em;
}
canvas {
background-color: azure;
max-width: 1920px;
max-height: 800px;
}