✟ Rose ✟'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

How to add pictures (blinkies, stamps, gifs etc.) to the bottom of your profile!!

sooo my blinkie / stamp addiction has gotten worse, actually so bad that I made a whole new code so I could put more at the bottom of my profile...

I know its pretty simply but it actually took a lot of time and effort to make this work especially because I'm super new to css so if you use this please add me!! :))


anyway here it is!! like I said it's super simple~

<style>

main .right:after{

display:flex;

position: relative;

content: url(your image here) url(your image here) url(your image here);

}

</style>


you can add as many pictures as you want btw just keep adding more urls! also make sure not to separate them with commas or forget to close a parentheses because then it won't work. 


18 Kudos

Comments

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

meowmeowbeserk

meowmeowbeserk's profile picture

Where do we put this code?


Report Comment



anywhere in your about me or who id like to meet :)

by ✟ Rose ✟; ; Report