From 569ed9e9e92788a935f605d785c6561f9b16b408 Mon Sep 17 00:00:00 2001 From: ctrlbandit Date: Sun, 4 May 2025 12:20:23 -0400 Subject: [PATCH] Add Shadow the Hedgehog CSS pun --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ef7222e..c3a97f2 100644 --- a/README.md +++ b/README.md @@ -1298,3 +1298,11 @@ Do you know a CSS pun? 😄 Put it over here and make others laugh! 😉 transform: translate3d(); } ``` + +```css +.shadow-the-hedgehog { + color: black; + background: edgy; + filter: drop-shadow(999px 0 0 crimson); +} +```