diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-14 11:32:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-14 11:34:07 +0200 |
commit | 6f638fea635028cf85722d7dadb327a26cdfa0e4 (patch) | |
tree | 3e89ea13bfe59356eaf3e1cc84a246a019571a3f | |
parent | 2d2665e0e58c1cf3b5511398c38529058a67f4d1 (diff) | |
download | vijayanagara-6f638fea635028cf85722d7dadb327a26cdfa0e4.tar.gz |
Add attack reference card to gallery.
-rw-r--r-- | info/cards.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/info/cards.html b/info/cards.html index 4fb5ff9..76e0051 100644 --- a/info/cards.html +++ b/info/cards.html @@ -14,13 +14,15 @@ img { height: 350px; border-radius: 10px; box-shadow: 1px 1px 4px #0008; - background-color: darkgreen; + background-color: #c6bb8d; background-size: cover; background-repeat: no-repeat; border: 1px solid #444; } </style> <body> +<img src="../cards100/Attack_Reference_front.png"> +<img src="../cards100/Attack_Reference_back.png"> <img src="../cards100/Dynasty_front.png"> <img src="../cards100/Dynasty_back.png"> |