Let me know if you want a no-text version or want anything changed!
Upper table fade is #031731
@Catalyst (also pinged on Discord)
sorry dark i hijack
Code:
[style].catice {margin: auto; width: 520px; height: 800px; padding: 40px;background-image: url('https://i.imgur.com/MD22ns0.png');} .catice>p {opacity: 0; transition: ease 0.3s; color: #fff; padding: 20px; background-color: #0009; text-align: justify; height: 80%; margin: auto; overflow-y: auto; scroll-width: thin;} .catice>p>b {color:#333} .catice>p>i {color: #fff9} .catice:hover>p {opacity: 0.9; transition: ease 0.3s}[/style]
<div class="catice"> <p> text <b>speak</b> <i>think</i></p></div>