Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created February 17, 2023 18:30
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 NyaGarcia/2a365222f24ccda6a899b8fd993885db to your computer and use it in GitHub Desktop.
Save NyaGarcia/2a365222f24ccda6a899b8fd993885db to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon Card
mat-card {
transition: all 0.5s;
}
mat-card img {
height: 300px;
object-fit: contain;
width: 100%;
}
mat-card:hover {
box-shadow: 0px 0px 56px 0px rgba(173,173,173,1);
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment