- <style type="text/css">.流光{
- font-weight: bold;
- font-size:50pt;
- margin: 10px 50px;
- background-image: linear-gradient(45deg, #0f0 0%, #ccc 30%, #00B4F1 0%, #00B4F1 70%, #ccc 0%, #f00 100%);
- background-size: 35% 100%;
- -webkit-background-clip: text;
- background-clip: text;
- color:transparent;
- text-align: center;
- /*background-position: 0% 100%;*/
- animation: aitf 5s linear infinite;
- }
- @keyframes aitf {
- 0% { background-position: 0% 50%; }
- 100% { background-position: 100% 50%; }
- }
- </style>
- <div class="流光"><b>花潮论坛欢迎你</b></div>
复制代码 |