Spaces:
Runtime error
Runtime error
File size: 187 Bytes
8fd7a1d |
1 2 3 4 5 6 7 8 9 10 |
.nineties-mode {
position: absolute;
width: 100%;
height: 100%;
background: transparent url('./shapes.svg');
z-index: 50;
opacity: .2;
pointer-events: none;
}
|