diff options
Diffstat (limited to 'frontend/src/components/game/CardImage.css')
-rw-r--r-- | frontend/src/components/game/CardImage.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/game/CardImage.css b/frontend/src/components/game/CardImage.css new file mode 100644 index 00000000..795c1503 --- /dev/null +++ b/frontend/src/components/game/CardImage.css @@ -0,0 +1,4 @@ +.card-img { + border-radius: 5%; + box-shadow: 2px 2px 5px black; +} |