A reflection is a mirror image of the original object, with its specific transform and mask.
Examples
An example of using -webkit-box-reflect property, to create a reflection below a photo.
photo
photo
#photo { -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); }