Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Just put a background gradient under the text. All.
https://jsfiddle.net/5av1sxcw/
<div class="wrap">
<img src="http://putevoditel-altai.ru/uploads/photos/previews/834_enshhs-bcb.jpg" alt="">
<div class="text">text</div>
</div>
.wrap {
position: relative;
}
img {
margin: 50px;
}
.text {
position: absolute;
top: 0;
left: 0;
font-size: 75px;
height: 75px;
background: #999 linear-gradient(to right, #999 0, #999 50px, #fff 51px, #fff 100%) no-repeat left bottom / 100% 25px;
-webkit-background-clip: text;
-moz-background-clip: text;
-o-background-clip: text;
background-clip: text;
color: transparent;
}
maybe there is something in the filters, but this is akin to experiments. Capital K is buggy even on pictures :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question