渐变文字生成器
生成漂亮的渐变文字效果
渐变文字
CSS 代码
background: linear-gradient(to right, var(--tw-gradient-stops));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-weight: bold;
font-style: normal;生成漂亮的渐变文字效果
background: linear-gradient(to right, var(--tw-gradient-stops));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-weight: bold;
font-style: normal;