<style>paste here</style>
brackets at the top of your slug. then, use the HTML in where you'd normally type things
size box on hover https://fluffle.cc/size
selected text highlight colour https://fluffle.cc/zfueven0mcurt8na
wavy underline https://fluffle.cc/es9a4vjnvmfovake
details https://fluffle.cc/yzrvcnt6zi16o3wo
details dropdown image https://fluffle.cc/uwu6zuqskzd1aeh3
link italics on hover https://fluffle.cc/jr3eiisqbnlamgoz
basic scrollbox https://fluffle.cc/l4wyrpyqcjwvtoxv
button w/ size increase https://fluffle.cc/zjbnacsddnw8sdbp
mark edit
editing how the "mark" / highlight looks
css
mark {
background-color: black;
color: white;
padding: 7px;
border-radius: 12px;
}
^ border-radius is essentially corner rounding, the higher the value in px the more rounded it is
html
<mark>text</mark>
ask for more stuff i guess ***