Skip to content

Instantly share code, notes, and snippets.

@ThomasRettig
Created May 1, 2022 11:26
Show Gist options
  • Save ThomasRettig/2753172192b5ad4fec01997c6ce11d4b to your computer and use it in GitHub Desktop.
Save ThomasRettig/2753172192b5ad4fec01997c6ce11d4b to your computer and use it in GitHub Desktop.
CSS Image Reflection (non-standard)
img {
-webkit-box-reflect: below 0.5vmin linear-gradient(transparent 0 50%, #ffffff38 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment