您的位置 首页 编程知识

给博客添加炫酷流光文字CSS代码

彩色流光文字HTML代码,添加到要展示的位置,在添加css就行了。 <div class=”text-s…

彩色流光文字HTML代码,添加到要展示的位置,在添加css就行了。

<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, 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;  }

 

阅读剩余
本文来自网络,不代表四平甲倪网络网站制作专家立场,转载请注明出处:http://www.elephantgpt.cn/271.html

作者: nijia

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

联系我们

联系我们

18844404989

在线咨询: QQ交谈

邮箱: 641522856@qq.com

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部