diff --git a/tarotcard.css b/tarotcard.css index e153a46..81584a5 100644 --- a/tarotcard.css +++ b/tarotcard.css @@ -3,3 +3,13 @@ border: 1em solid white; } + +.tarot-card__section { + border-left: 0.4rem solid black; + border-right: 0.4rem solid black; + border-bottom: 0.4rem solid black; +} + +.tarot-card__section:nth-child(1) { + border-top: 0.4rem solid black; +} diff --git a/test/index.html b/test/index.html index e615551..be0035d 100644 --- a/test/index.html +++ b/test/index.html @@ -15,7 +15,7 @@ } #simple-card { - max-height: 88vh; + height: 88vh; } @@ -25,6 +25,11 @@
+
Section 1
+
Section 2
+
Section 3
+
Section 4
+

The Simple Card