Skip to content

Instantly share code, notes, and snippets.

View mcdaqc's full-sized avatar
:octocat:
Focusing

Alonso Quispe mcdaqc

:octocat:
Focusing
View GitHub Profile
var cover = document.createElement("div");
let css = `
position: fixed;
pointer-events: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: white;
mix-blend-mode: difference;