Skip to content

Instantly share code, notes, and snippets.

@jamesrmoro
Created June 8, 2023 15:40
Show Gist options
  • Save jamesrmoro/b04c0ec255089d211960352fc76c9b99 to your computer and use it in GitHub Desktop.
Save jamesrmoro/b04c0ec255089d211960352fc76c9b99 to your computer and use it in GitHub Desktop.
Background Clip: Texturas em Textos com CSS
.seu-elemento-de-texto {
background-image: url(caminho/para/sua-textura.jpg);
background-clip: text;
-webkit-text-fill-color: transparent; /* Para navegadores baseados em WebKit */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment