question! how do you do the image on the side of your screen
here's the code for my little sonadow pagedoll! fyi if you're using ur own img it might be shorter/less wide than this one so you'll have to change the height/width properties to whatever u want rlly
body:before { content: ''; position: fixed; bottom:0px; right: 0px; width: 230px; height: 280px; background-image: url(IMAGE URL LINK HERE); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; }
Reactions
Comments
Leave a comment
YES! YESSS THANK YOU!!!