CSS Tutorial
Menu
CSS Advanced
Menu
CSS Responsive
Menu
CSS Grid
Menu
CSS Image Reflection
The box-reflect property creates an image reflection.
The value of the box-reflect property can be below, above, left , or right.
HTML
CSS Image Reflection
Show the reflection below the image:

CSS
img {
-webkit-box-reflect: below;
}
or
img {
-webkit-box-reflect: above;
}
or
img {
-webkit-box-reflect: left;
}
or
img {
-webkit-box-reflect: right;
}
Output
