You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
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 :)