43
Lorem Ipsum Dipsum hortata. Mixcall Horcho. Mixwell Chingo. More Bingo. Lorem Ipum doth be hard.
Pure CSS accordion based on the "input:checked + label" style trick.
Using <input type="checkbox"> allows to have several tabs open at the same time.
<input type="checkbox">
If you want to have only one tab open, you can use <input type="radio">.
<input type="radio">
But if you wanna close the opened tab, you must add a "close" button somewhere, like the one below, that is just another styled radio input.
42
41