1html::before { 2 content: ""; 3 position: fixed; 4 top: 0; 5 left: 0; 6 width: 100vw; 7 height: 100vh; 8 pointer-events: none; 9 background: url("/noise.png") repeat; 10 opacity: 0.05; /* tweak for more/less grain */ 11 z-index: 9999; 12}