From 8db22d0edbe5ada8fafd6e73ddadcdcc6993c50e Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 28 Nov 2023 10:08:14 -0500 Subject: --- posts/animated-card-tiles.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'posts/animated-card-tiles.md') diff --git a/posts/animated-card-tiles.md b/posts/animated-card-tiles.md index b3c01ee..4d1c2e7 100644 --- a/posts/animated-card-tiles.md +++ b/posts/animated-card-tiles.md @@ -21,16 +21,16 @@ For the base skeleton of these cards we only need: - 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