40
It looks complex, but it’s just a rotating gradient wrapper.
39
38
37
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.
Demo of pixel perfect pure CSS simple responsive card grid layout