You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.module.css 218B

1234567
  1. .textGradient {
  2. background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
  3. -webkit-background-clip: text;
  4. -webkit-text-fill-color: transparent;
  5. background-clip: text;
  6. text-fill-color: transparent;
  7. }