diff options
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/info/cards.html b/info/cards.html index c7f813a..64a6511 100644 --- a/info/cards.html +++ b/info/cards.html @@ -2,17 +2,8 @@ <html> <title>Crusader Rex - Cards</title> <style> -body { - background-color: slategray; - margin: 80px; -} -img { - width: 225px; - height: 350px; - margin: 10px; - border-radius: 15px; - box-shadow: 1px 1px 8px rgba(0,0,0,0.5); -} +body { background-color: slategray; margin: 40px; text-align: center; color: white; } +img { margin: 12px; box-shadow: 1px 1px 10px rgba(0,0,0,0.5); width: 224px; height: 348px; border-radius: 12px; } </style> <body> <img src="../cards/card_assassins.jpg"> |