mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
27 lines
353 B
CSS
27 lines
353 B
CSS
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.page {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#camera > video, #camera > canvas {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#camera > video {
|
|
z-index: 0;
|
|
}
|
|
#camera > canvas {
|
|
z-index: 1;
|
|
} |