You can achieve this with CSS3: box-shadow and transform.
可以通过CSS3: box-shadow和transform来实现这一点。
In the example below the box-shadow is applied to a pseudo element of .menuContainer which sits underneath the .menu element and is rotated by 1° using CSS3s rotate() transform property.