CSS3 reflection
CSS3 reflection is a nice way to get reflection effect without using JavaScript.
To use CSS3 reflection, use command:
box-reflect: <direction> <offset> <mask-box>;
Just copy/paste following snippet to use CSS3 reflection from example below:
Example of CSS3 reflection:
Notice:
Only problem with using this CSS3 effect is – only Chrome and Safari support it at this moment.