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); +} +```