From 00599845ec079e6fb69e6b6b3761af7080b3a82c Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 28 Nov 2023 10:12:02 -0500 Subject: --- posts/animated-card-tiles.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'posts/animated-card-tiles.md') diff --git a/posts/animated-card-tiles.md b/posts/animated-card-tiles.md index c709c14..74bdd4b 100644 --- a/posts/animated-card-tiles.md +++ b/posts/animated-card-tiles.md @@ -20,15 +20,14 @@ For the base skeleton of these cards we only need: - the inner child element that will display on `:hover` - proper `h4` and `p` tags inside that child element -
-
-
-

Card Title

-

Inner card content text

+
+
+
+

Card Title

+

Inner card content text

+
+
-
-
- That's all that is needed - for now. We will be returning to this code shortly to add some extra classes to make our lives easier. -- cgit v1.2.3-54-g00ecf