Skip to content

Instantly share code, notes, and snippets.

@jherr
Last active September 19, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jherr/9c374b364361df7c16e83a9db85cdaee to your computer and use it in GitHub Desktop.
Save jherr/9c374b364361df7c16e83a9db85cdaee to your computer and use it in GitHub Desktop.
<linearGradient id="boxGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #333;stop-opacity: 1" />
<stop offset="100%" style="stop-color: white;stop-opacity: 1" />
</linearGradient>
.dog-image {
transition: all 400ms ease-in-out;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment