Electric Border
In case you'd like to emphasize something very dramatically.
17
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.
If you want to have only one tab open, you can use <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.
17
In case you'd like to emphasize something very dramatically.
17