Answer the question
In order to leave comments, you need to log in
How to make an element look like a letter with a background-image?
Good afternoon. How to render a similar element without using clip-path:
Answer the question
In order to leave comments, you need to log in
You can make plain text with an image underneath it, like this :
background: url(...);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
You wrote in a comment:
Why not use masks ? They seem to be made for this, and will work in all browsers from the time they started supporting SVG at all.
I would create one large triangle using css, just there on the divs it can be made by playing with transparent sides. the background would set the diva of the large triangle, then I would place it inside the large triangle and position the small white triangle and the trapezoid at the bottom)
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question