和这个的用法类似,都是使用背景图片实现https://kuaikan.ink/thread-838.htm
这是一款个性新颖的css文字特效代码,css字体渐变效果,画面中的文字不仅呈现颜色的渐变效果且伴随炫酷的闪烁效果。
Kuaikan.ink
代码
<style>
.text {
background: url(//i.giphy.com/media/3o6Ztb45EYezY9x9gQ/giphy.webp);
background-size: contain;
background-position: top left;
-webkit-background-clip: text;
color: transparent;
font-size: 10rem;
font-weight: bold;
font-family: sans-serif;
}
</style>
<div class="text">Kuaikan.ink</div>
签名:这个人很懒,什么也没有留下!