Skip to content

Instantly share code, notes, and snippets.

@chege-kimaru
Created July 4, 2020 22:25
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 chege-kimaru/4eabed0a03d290017cb5665aa4d868b8 to your computer and use it in GitHub Desktop.
Save chege-kimaru/4eabed0a03d290017cb5665aa4d868b8 to your computer and use it in GitHub Desktop.
Hover on card
.card-container .card:not(.highlight-card):hover {
transform: translateY(-3px);
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
}
.card-container .card:not(.highlight-card):hover .material-icons path {
fill: rgb(105, 103, 103);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment