Kitty's profile picture

Published by

published

Category: Web, HTML, Tech

Does anyone know how to make images appear in corners??

Hi I was wondering if anyone knew how to code an image into the corner of my profile!! 

https://images.app.goo.gl/iRehGt1RN3P1TWwn8


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Kenny ✩﹗

Kenny ✩﹗'s profile picture

footer::after{
bottom: 0;
font-size:0;
left: 80%;
position:fixed;
pointer-events: none;
content:url("https://64.media.tumblr.com/5395c45e95608cf99f5ee80c0cb7b00d/86c011a3550db237-3e/s250x400/9777ed384636701514ff3e14d40a7c27df999b48.pnj");

move the 77% to 5% if you want it on the right


Report Comment