some days ago I saw a website where a written text had a background-image in.
Is it already possible with CSS to get a background-image into a text?
I do not want a background-image behind the text. I have no idea to achieve this. :(
Thanks gago!
|
some days ago I saw a website where a written text had a background-image in. Is it already possible with CSS to get a background-image into a text? I do not want a background-image behind the text. I have no idea to achieve this. :( Thanks gago! |
|||||||||
|
|
@gago; you can use css3 for example css:
check this link for more http://css-tricks.com/7850-image-under-text/ |
|||||||||||
|
|
The example image that you have Could be achieved with a font that has such a pattern in it. For that you would need to use css @font-face or some other way of using custom fonts. Aside from that I'd say that your only option is to make image of a text with a specific background/styling. |
|||
|
|