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