Skip to content

https://www.jianshu.com/p/3a5bbfbf5957

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        
        span{
            --tw-gradient-from: #f43f5e;
            --tw-gradient-to: #8b5cf6;
            --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
            background-clip: text;
            color: transparent;
            background-image: linear-gradient(to right ,var(--tw-gradient-stops));
        }
    </style>
</head>
<body>
    <span>你好呀 world!</span>
</body>
</html>

image-20231230114719781