Hintergrund im Text hinzufügen
// Making text background image
<h1>css animation</h1>
<style>
h1{
background:url(image.jpg);
-webkit-background-clip:text;
color:transparent;
}
</style>
Shirshak kandel