Javascript-Free Inline Hide Spoiler Tags
in Basics, Code Tips and Tricks
The basic related html is: Giving you this: This text is hidden This will also work with this html: Giving you this: Spoiler This text is hidden How I did it: Step 1: Make the details tag flow inline with the content, and give it a background color. I figured out this worked with inline-block… Read More