Large Pressable CSS3 Navigation
Navigation with large pressable buttons that animate nicely by David Hellman. The CSS is pretty simple to understand, the background of the menu is just a linear-gradient
and the pressed effect is created using the box-shadow
s on both :active
and :hover
states.