heyarne.all-my-friends.app/resources/public/style.css
2020-05-03 10:01:03 +02:00

24 lines
260 B
CSS

*,
*::before,
*::after {
box-sizing: border-box
}
body {
color: #222
}
canvas#result {
position: absolute;
z-index: 10;
}
video#capture {
max-width: 100%;
height: auto;
}
canvas#result,
video#capture {
transform: scale(-1, 1)
}