summaryrefslogtreecommitdiff
path: root/posts/animated-card-tiles.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-11-28 10:09:21 -0500
committerIkiWiki <ikiwiki.info>2023-11-28 10:09:21 -0500
commitb61a003006d3ba24744a9da1ae65f5e0cf52e20e (patch)
treea9986f7a4fe768ac228d799aa64a20da625a1870 /posts/animated-card-tiles.md
parent8db22d0edbe5ada8fafd6e73ddadcdcc6993c50e (diff)
Diffstat (limited to 'posts/animated-card-tiles.md')
-rw-r--r--posts/animated-card-tiles.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/posts/animated-card-tiles.md b/posts/animated-card-tiles.md
index 4d1c2e7..617ada4 100644
--- a/posts/animated-card-tiles.md
+++ b/posts/animated-card-tiles.md
@@ -23,12 +23,12 @@ For the base skeleton of these cards we only need:
<div class="card-tiles-container">
- <div class="card-tile">
- <div class="text-content">
- <h4>Card Title</h4>
- <p>Inner card content text</p>
+ <div class="card-tile">
+ <div class="text-content">
+ <h4>Card Title</h4>
+ <p>Inner card content text</p>
+ </div>
</div>
- </div>
</div>