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