Answer the question
In order to leave comments, you need to log in
Show me how to implement the effect of cutting an image by text
Tell me how you can implement this effect:
You need to show the picture only in the letters of the font.
Thank you!
Answer the question
In order to leave comments, you need to log in
{
background-image: url("image.png");
background-clip: text;
-webkit-background-clip: text;
-mox-background-clip: text;
-ms-background-clip: text;
-o-background-clip: text;
}
www.silenceit.ca/2011/03/11/css-gradients-and-webkit-image-masks-on-text/
as well as animation:
www.silenceit.ca/2011/03/25/css-text- mask-animation/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question