将文本混合到背景中以隐藏它。

huangapple go评论63阅读模式
英文:

Making a text blend in the background to hide it

问题

抱歉,如果我的标题不够清晰,但我不知道如何表达我的请求。

我进行了一些研究,但由于不确定应该搜索什么,我没有找到太多信息。

我试图复制以下效果(仅底部部分):

将文本混合到背景中以隐藏它。

基本上,我正在尝试创建一个DIV,其中文本将基本上去除DIV本身的背景颜色。通过在背景中进行“混合”?

如果我的问题再次不够清晰,我会尽力学习 将文本混合到背景中以隐藏它。

英文:

sorry if my title is not clear but I do not know how to put words on my request.

I did a bit of research but since Im not sure what I am supposed to look for, i couldn't find much.

Im trying to reproduce the following effect (Bottom part only)

将文本混合到背景中以隐藏它。

Im basically trying to create a DIV, where the text will basically remove the background color of the DIV itself. . by ??blending?? in the background ?

Sorry if my question is not clear again, im trying to do my best to learn 将文本混合到背景中以隐藏它。

答案1

得分: 1

你想在你的CSS中使用这个。然后设置背景图片。

这里有一个示例
https://codepen.io/Joseph-Yaconelli/pen/JjeRrJQ


<details>
<summary>英文:</summary>

You want to use this in your CSS. And then set the background image.
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Here is an example
https://codepen.io/Joseph-Yaconelli/pen/JjeRrJQ

</details>



huangapple
  • 本文由 发表于 2023年6月22日 03:27:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/76526542.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定