Last active
March 27, 2020 15:29
-
-
Save tflight/d203889586baaa1a69b08e8a09444612 to your computer and use it in GitHub Desktop.
Add an overlay to Bootstrap 4 cards with stretched links inside.
This file contains 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
.card:hover .stretched-link::after{ | |
background-color: rgba(0,0,0,0.3); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment