how do you add a character / image pop up on the screeeenenennenen
put this in the CSS section; nav::before { content: ''; position: fixed; bottom: -90px; right: -120px; width: 350px; height: 350px; background-image: url(YOUR URL); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; } z-index: 1000; pointer-events: none; }
Reactions
Comments
Leave a comment