diff --git a/tarotcard-deal.css b/tarotcard-deal.css index e5fb2f0..da24dac 100644 --- a/tarotcard-deal.css +++ b/tarotcard-deal.css @@ -1,3 +1,13 @@ -body { - color: green; +@keyframes deal-card { + from { + transform: translateY(300vh); + } + + to { + transform: translateY(0); + } +} + +.tarot-card--deal { + animation: deal-card 1s both; } diff --git a/test/index.html b/test/index.html index f972004..89ab0e9 100644 --- a/test/index.html +++ b/test/index.html @@ -6,6 +6,8 @@ body { height: 100vh; background: #000056; + + margin: 0 auto; } .center-grid { @@ -35,7 +37,7 @@ -
+
The Deal Card artwork image.