diff options
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"> |