diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-11-16 11:57:24 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-30 13:26:51 +0100 |
commit | 04bd6f688a047ccaa804c4e32f64405873b2f49b (patch) | |
tree | 09777a946d7fb5d9e84b29905acdc23a0cb8aa1f /info/cards.html | |
parent | c26bd4c55134db4a776ffd1f9f33f8789445aa97 (diff) | |
download | crusader-rex-04bd6f688a047ccaa804c4e32f64405873b2f49b.tar.gz |
Clean up common play.css file.
New battle CSS.
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"> |