Gallery

viernes, 27 de marzo de 2026

CSS - Imagen dentro de texto


Imágen dentro de etiqueta html H1

Ya sabemos que hacer... Copiar y pegar el código para hacerlo igual. (No olvides modificarlo a tu gusto)

CSS

h1{
  width: auto;
  color: transparent;
  font-family:fantasy;
  font-size: 10rem !important;
  font-weight: bold;

  text-transform: uppercase;

  background-image: url('https://png.pngtree.com/thumb_back/fh260/background/20240104/pngtree-vibrant-green-squama-texture-abstract-background-resembling-snake-dragon-or-fish-image_13891014.png');
  background-attachment: fixed;
  background-clip: text;

  -webkit-text-stroke: 1px rgb(111, 255, 0);
}


No hay comentarios:

Publicar un comentario

Documental de Hackers