s4dw0rm's profile picture

Published by

published

Category: Web, HTML, Tech

Sticky Images

I find it sorta interesting that there isn't any posts or none that I can find about ¨sticky¨ images I have a code for sticky images just don´t know how to make it so you can have multiple images. You can only have one with this code in any corner of your page 


Here you go:

<img src="IMAGE_URL"/>
</div>

<style>

.w {
position: fixed;
bottom: 0;
right: 0;
display: flex;
</style>


0 Kudos

Comments

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