我不知道这在css中是否可行,我确信它可以在js中完成,但我不知道如何......
我有一个带有背景的 div 和一个位于另一个具有另一个背景的 div 中的文本。我想要的是文本是透明的,并且具有第一背景作为文本背景。我不知道这是否清楚,所以我为此创建了一个小提琴:
<div id="first-background">
<div id="second-background">
<h1>This text should be transparent and have the first-background as its background and ignore the second background.</h1>
</div>
</div>