From 17a813debabc48e37efac884963c52e2498f179a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 26 Jul 2024 19:53:30 +0200 Subject: [PATCH] Fix: css indenting --- ...cyberpunk-style-glitch-text-walkthrough.md | 1571 ++++++++--------- 1 file changed, 785 insertions(+), 786 deletions(-) diff --git a/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md b/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md index ddca193..8b57156 100644 --- a/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md +++ b/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md @@ -14,496 +14,495 @@ slug: cyberpunk-style-glitch-text-walkthrough # The Effect @@ -544,27 +543,27 @@ Create multiple layers to play with. For this example I'll use `::before` & `::a ```css {linenos=true} .layers { - position: relative; + position: relative; } .layers::before, .layers::after { - content: attr(data-text); - position: absolute; - width: 110%; - z-index: -1; + content: attr(data-text); + position: absolute; + width: 110%; + z-index: -1; } .layers::before { - top: 10px; - left: 15px; - color: #e0287d; + top: 10px; + left: 15px; + color: #e0287d; } .layers::after { - top: 5px; - left: -10px; - color: #1bc7fb; + top: 5px; + left: -10px; + color: #1bc7fb; } ``` @@ -586,312 +585,312 @@ Build out a set of clip-paths (I wrote up a