diff --git a/tarotcard.css b/tarotcard.css index 23ca21e..7999471 100644 --- a/tarotcard.css +++ b/tarotcard.css @@ -2,11 +2,20 @@ --tarot-card-title-background-color: rgb(234, 191, 99); } +* { + box-sizing: border-box; +} + .tarot-card { aspect-ratio: 7 / 12; max-height: 80vh; max-width: 80vw; +} + +.tarot-card__content { + width: 100%; + height: 100%; border: 1em solid white; } diff --git a/test/index.html b/test/index.html index 22e4bee..8f4f8e1 100644 --- a/test/index.html +++ b/test/index.html @@ -34,23 +34,51 @@
-
- The Simple Card artwork image. -
+
+
+ The Simple Card artwork image. +
-
-

The Simple Card.

+
+

The Simple Card.

+
-
- The Deal Card artwork image. -
+
+
+ The Deal Card artwork image. +
-
-

The Deal Card.

+
+

The Deal Card.

+
+
+
+ + +
+
+
+
+ The Flip Card artwork image. +
+ +
+

The Flip Card.

+
+