Created
February 17, 2023 18:30
-
-
Save NyaGarcia/2a365222f24ccda6a899b8fd993885db to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon Card
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
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