Pure CSS Accordion Behavior

This pair of accordions uses nothing but CSS to create the effect. The inner elements of the accordion are toggled between display: none and display: block to create the effect.

Here’s an animated version using CSS3 Transitions.