Files
teletypegames/assets/css/matrix.css
T
2025-12-14 00:01:18 +01:00

8 lines
116 B
CSS

#matrix-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}