Text Transparency
How do i archive the text transparency in the picture, so i could see the background through the text, despite the fact that it's still ontop of the white background. Thanks.
8 Replies
You use a design tool to create the effect, like Affinity Designer/Photo or Adobe Illustrator/Photoshop. You then export as an image.
GeeksforGeeks
How to Add Image in Text Background using HTML and CSS ? - Geeksfor...
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
like this?
if you want to replicate the entire thing, you will have a better time with svg
https://codepen.io/solracss/pen/vYvJMdp?editors=1100
Maybe this would help?
Illustrator/any SVG would be better, as the text will always be sharp, just saying
you can use background-clip: text and a second element with the same background on it https://codepen.io/jochemm/pen/oNJeRQJ?editors=1100
Don't forget the webkit variant for background clip.
Without that, it won't work in Chrome, which is the most popular browser.
oh nice, sorry, I missed the note in caniuse