Text transparent with background image #2862
-
Hello, I try to reproduce this style with Tailwind: Here is a Tailwind play link with a minimal example. I would like the text to be transparent and see the image through it. Does anyone see how to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
-
https://github.com/hacknug/tailwindcss-blend-mode |
Beta Was this translation helpful? Give feedback.
You can use
bg-clip-text
(docs): https://play.tailwindcss.com/YGa2BXRcXTOr, you can achieve this by using
mix-blend-mode
: https://play.tailwindcss.com/6xRcScjAON?file=css