Initial commit

This commit is contained in:
Michael Smith
2023-05-11 23:39:28 +02:00
committed by Michael Smith
commit d9ce760d19
19 changed files with 4185 additions and 0 deletions

17
style.css Normal file
View File

@@ -0,0 +1,17 @@
#image-canvas {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 640px;
height: 480px;
}
#thumbnail-canvas {
position: absolute;
top: 50%;
left: 15%;
transform: translate(-50%, -50%);
width: 80px;
height: 60px;
}