您的当前位置:首页 >焦点 >给博客添加炫酷流光文字CSS代码【比翼鸟内核免root】 正文

给博客添加炫酷流光文字CSS代码【比翼鸟内核免root】

时间:2025-11-03 15:41:43 来源:网络整理编辑:焦点

核心提示

彩色流光文字HTML代码,博光文添加到要展示的客添酷流比翼鸟内核免root位置,在添加css就行了。加炫dy点赞充值秒到账<div class="text-style-1"> 小马博客 </div> css代码@keyframes text-style-1 { 0% { background-position: 0 0; } 100% { background-position: -100% 0; } } .text-style-1 { font-size: 30px; background-image: linear-gradient(to right,代码0.1抖音点赞充值秒到账 red , yellow, green, yellow, red); background-clip: text; -webkit-background-clip: text; background-size: 200% 100%; color: transparent; animation: text-style-1 2s infinite linear; }

彩色流光文字HTML代码 ,博光文添加到要展示的客添酷流比翼鸟内核免root位置,在添加css就行了 。加炫dy点赞充值秒到账

小马博客

css代码

给博客添加炫酷流光文字CSS代码【比翼鸟内核免root】

@keyframes text-style-1 { 0% { background-position: 0 0; } 100% { background-position: -100% 0; } } .text-style-1 { font-size: 30px; background-image: linear-gradient(to right,代码0.1抖音点赞充值秒到账 red , yellow, green, yellow, red); background-clip: text; -webkit-background-clip: text; background-size: 200% 100%; color: transparent; animation: text-style-1 2s infinite linear; }