pbm-js/style.css
2023-05-12 10:50:34 +02:00

18 lines
295 B
CSS

#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;
}