sapphyra

anarchist transbian robot girl

  • she/they

Hi! Just a cute trans girl on the internet. I have a plethora of random little hobbies and creative media I like to make stuff in, which I may or may not post when I have time. :3
This girl dreams of being a gamedev someday.
A little bit of a creature.

Going to miss Cohost so much when it's gone. :( Let's carry Eggbug in our hearts...


Discord
@missingfragment

xkeeper
@xkeeper
<style>.accordion { display: none; }
input.accordion:checked + .accordion { display: block; border: 1px solid black; padding: 0.2em; }
</style>

<label for="x1">first accordion</label>
	<br><input type="radio" class="accordion" name="group" id="x1">
	<div class="accordion">sometimes, discovering how to do this in basic html is fun</div>
<label for="x2">second accordion</label>
	<br><input type="radio" class="accordion" name="group" id="x2">
	<div class="accordion">and remembering when people used to do jquery stuff like $("fart").toggle()</div>
<label for="x3">third accordion</label>
	<br><input type="radio" class="accordion" name="group" id="x3">
	<div class="accordion">and how sometimes, the simplest solution is the easiest</div>

this trick has worked since css3 or whatever it was

edit: notably, this doesn't work on cohost or anywhere else you don't have the ability to affect stylesheets, much like, well, most html


You must log in to comment.

in reply to @xkeeper's post: