From 340baf9f919afdba201351adba74f2497689c70f Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 Dec 2023 14:20:34 +0000 Subject: [PATCH] Add border to tarot card --- tarotcard.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tarotcard.css b/tarotcard.css index 1009892..e153a46 100644 --- a/tarotcard.css +++ b/tarotcard.css @@ -1,3 +1,5 @@ .tarot-card { aspect-ratio: 7 / 12; + + border: 1em solid white; }