diff --git a/css/style-1.css b/css/style-1.css index eae2498d..e43a17e9 100644 --- a/css/style-1.css +++ b/css/style-1.css @@ -398,6 +398,31 @@ textarea.input { +/*Animated cards*/ +.animated-scene { + perspective: 100rem; +} +.animated-card-1 { + animation: animatedcardone 3s ease-in-out 0s alternate infinite; + -moz-animation: animatedcardone 3s ease-in-out 0s alternate infinite; + -webkit-animation: animatedcardone 3s ease-in-out 0s alternate infinite; + -o-animation: animatedcardone 3s ease-in-out 0s alternate infinite; + transform-style: preserve-3d; +} +.animation-delay-2 { + animation-delay: 2s !important; +} +.animation-delay-4 { + animation-delay: 4s !important; +} +@keyframes animatedcardone { + 0% {transform: rotateY(15deg);} + 100% {transform: rotateY(-15deg);} +} + + + + /*Home Page only*/ .sample-grid { display: grid; @@ -405,9 +430,11 @@ textarea.input { grid-template-columns: 1fr; } .sample-grid > img { + display: block; max-width: 375px; width: 100%; height: auto; + margin: 1rem auto; } @media only screen and (min-width: 750px) { .sample-grid { diff --git a/index.php b/index.php index d829a1f5..377178e3 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@
- +

Choose from a Variety of Card Frames

Card Conjurer offers Expeditions, Inventions, Showcase Frames, and so much more. Take a look!

@@ -21,12 +21,12 @@

Customize to Your Heart's Content

With Card Conjurer's level of customization, you'll have endless options when designing your dream cards. Try it out!

- +
- +

Bling Out Existing Favorites

Easily import vital information from existing cards, then redesign them. Go on, do it!