A browser source overlay for winter vibes for your Live Streams or Videos
1*,
2*:after,
3*:befpre {
4 box-sizing: border-box;
5}
6
7body {
8 background-color: #091e36;
9 min-width: 100vw;
10 min-height: 100vh;
11 height: 100%;
12 width: 100%;
13 margin: 0;
14 padding: 0;
15}
16
17canvas {
18 background-color: transparent;
19 width: 100%;
20 height: 100%;
21 image-rendering: pixelated;
22}