diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-03 14:41:28 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-03 15:13:18 +0100 |
commit | d0d7eb2ced7a20f2c8f7cb6836cab051552addf5 (patch) | |
tree | fc46bdd8872bc031a21c05183a0fe1faf2870102 /info | |
parent | c6cf33cf5b13097a41f600666cf8dcf6e81b3846 (diff) | |
download | julius-caesar-d0d7eb2ced7a20f2c8f7cb6836cab051552addf5.tar.gz |
Update cards to 2.0.
Diffstat (limited to 'info')
-rw-r--r-- | info/cards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/info/cards.html b/info/cards.html index 7c436c8..f681b5f 100644 --- a/info/cards.html +++ b/info/cards.html @@ -4,11 +4,11 @@ <title>Julius Caesar - Cards</title> <style> 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; } +img { margin: 12px; box-shadow: 1px 1px 10px rgba(0,0,0,0.5); width: 225px; height: 350px; border-radius: 12px; } </style> <body> -<h1>Julius Caesar - Cards</h1> <div class="list"> +<img src="../cards/card_back.jpg"> <img src="../cards/card_apollo.jpg"> <img src="../cards/card_jupiter.jpg"> <img src="../cards/card_mars.jpg"> |