diff --git a/snippets/text-backdrop-overlay.md b/snippets/text-backdrop-overlay.md new file mode 100644 index 000000000..8c0de7013 --- /dev/null +++ b/snippets/text-backdrop-overlay.md @@ -0,0 +1,32 @@ +--- +title: Image text overlay +tags: visual,beginner +--- + +Display a text on top of an image using an overlay. + +- Use `backdrop-filter` to apply a `blur(14px)` and `brightness(80%)` effect to make text readable regardless of background image and color. + +```html +