Retrospring is shutting down on 1st March, 2025 Read more

🍓⠀ ʕ⠀ᵕ ᴥ ᵕ ʔ⠀anon ﹗ · 2mo

Hello!! Just asking if u still have that img hover to show scrollbox code bcuz i tried searching 4 it and liveweave hates me

hi! yes i do (https://despair.stellular.org/):
`<style>

#cont {
width: 200px;
height: 200px;
background-color: white;
position:relative;
z-index:1;
top: -225px;
border: 1px solid pink;
border-radius: 5px;
opacity: 0%;
transition: ease 1s;
}

#cont:hover {
opacity: 1%;
opacity:100%;
transition: ease 1s;
}

</style>
<html><body><center>

<img src="https://i.pinimg.com/564x/e9/21/f4/e921f442f452403f042971b549ee62f0.jpg" width="250px;">

<div id="cont">this is a scrollbox</div>
</center></body></html>`

Retrospring uses Markdown for formatting

*italic text* for italic text

**bold text** for bold text

[link](https://example.com) for link