How I can use this effect in a readme.md file ?
<h1>Welcome</h1>
h1 {
background-image: url(./image.gif);
background-size: cover;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
Here is what Im getting when I write directly html and css in readme readme screenshot