From 9432ac72e3177db63472cab641b7dea48e1f794e Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 Dec 2023 15:09:05 +0000 Subject: [PATCH] Add stub tarotcard-deal.css file --- tarotcard-deal.css | 3 +++ test/index.html | 14 ++++++++++++++ test/styles/tarotcard-deal.css | 1 + 3 files changed, 18 insertions(+) create mode 100644 tarotcard-deal.css create mode 120000 test/styles/tarotcard-deal.css diff --git a/tarotcard-deal.css b/tarotcard-deal.css new file mode 100644 index 0000000..e5fb2f0 --- /dev/null +++ b/tarotcard-deal.css @@ -0,0 +1,3 @@ +body { + color: green; +} diff --git a/test/index.html b/test/index.html index f8aaa5d..b4bb343 100644 --- a/test/index.html +++ b/test/index.html @@ -16,10 +16,12 @@ +
+
The Simple Card artwork image. @@ -30,6 +32,18 @@
+ +
+
+ The Deal Card artwork image. +
+ +
+

The Deal Card.

+
+
+ +
diff --git a/test/styles/tarotcard-deal.css b/test/styles/tarotcard-deal.css new file mode 120000 index 0000000..64ef053 --- /dev/null +++ b/test/styles/tarotcard-deal.css @@ -0,0 +1 @@ +../../tarotcard-deal.css \ No newline at end of file