Skip to content

Instantly share code, notes, and snippets.

@tflight
Last active March 27, 2020 15:29
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 tflight/d203889586baaa1a69b08e8a09444612 to your computer and use it in GitHub Desktop.
Save tflight/d203889586baaa1a69b08e8a09444612 to your computer and use it in GitHub Desktop.
Add an overlay to Bootstrap 4 cards with stretched links inside.
.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