My site is so spaghetti-coded and bad so I'll try to answer this but it may be no help at all lmao! Do you mean like the little bell and plant on my landing page? Try making whatever gif, img, etc. you want to dangle set to "position: relative;" in the css and then set the top or bottom and left or right positions to place the element on the page wherever you want!
Also you can use "z-index:" to specify the stack order of an element; like if you want to make sure a certain image stays visible and on top of everything else set the z-index to something really high like 99, or just the highest number of how many stacks you want :)
I'm in love with this web site! It's the dark-themed, early web stuff that I get a real kick out of! Thanks for taking the time to check my little page, too!
My site is so spaghetti-coded and bad so I'll try to answer this but it may be no help at all lmao! Do you mean like the little bell and plant on my landing page? Try making whatever gif, img, etc. you want to dangle set to "position: relative;" in the css and then set the top or bottom and left or right positions to place the element on the page wherever you want!
Also you can use "z-index:" to specify the stack order of an element; like if you want to make sure a certain image stays visible and on top of everything else set the z-index to something really high like 99, or just the highest number of how many stacks you want :)