Loading...
Loading...
Genera hermosos efectos de texto con degradado CSS con una vista previa visual en vivo
.gradient-text {
font-size: 48px;
font-weight: 700;
background: linear-gradient(to right, #6366f1, #ec4899);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}