Last active
September 19, 2020 14:21
-
-
Save jherr/9c374b364361df7c16e83a9db85cdaee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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