This repository has been archived on 2023-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
|
.gradient-text {
|
|
background-image: linear-gradient(90deg, red, blue);
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
color: transparent;
|
|
} |