From 9c39cd0e795761bd88edd0e840aebe8c720c8229 Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 2 Dec 2023 15:14:23 +0000 Subject: [PATCH] Add tarot-card__link class --- tarotcard.css | 9 +++++++++ test/index.html | 28 ++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/tarotcard.css b/tarotcard.css index 0caa6ca..c005245 100644 --- a/tarotcard.css +++ b/tarotcard.css @@ -14,6 +14,15 @@ max-width: 80vw; } +.tarot-card__link { + display: block; + width: 100%; + height: 100%; + + color: inherit; + text-decoration: none; +} + .tarot-card__content { width: 100%; height: 100%; diff --git a/test/index.html b/test/index.html index 758ce0a..e0be240 100644 --- a/test/index.html +++ b/test/index.html @@ -55,6 +55,24 @@ --> + + + + -
+ -
+