码迷,mamicode.com
首页 > 其他好文 > 详细

萌新上路,多多指教

时间:2021-03-15 11:24:09      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:init   near   frame   ati   gif   back   blog   ram   mat   

一个在90末尾,00开头中间的00后一枚,对这种比较喜欢感兴趣,啥也不会,就是随便自己学学,大佬勿喷,大神求带!

 1 <style>
 2     div {
 3         margin: 400px auto;
 4         font-size: 40px;
 5         text-align: center;
 6     }
 7     p {
 8         margin: 0;
 9         background: -webkit-linear-gradient(left,
10             #ffffff,
11             #ff0000 6.25%,
12             #ff7d00 12.5%,
13             #ffff00 18.75%,
14             #00ff00 25%,
15             #00ffff 31.25%,
16             #0000ff 37.5%,
17             #ff00ff 43.75%,
18             #ffff00 50%,
19             #ff0000 56.25%,
20             #ff7d00 62.5%,
21             #ffff00 68.75%,
22             #00ff00 75%,
23             #00ffff 81.25%,
24             #0000ff 87.5%,
25             #ff00ff 93.75%,
26             #ffff00 100%);
27         -webkit-background-clip: text;
28         -webkit-text-fill-color: transparent;
29         background-size: 200% 100%;
30         animation: masked-animation 2s infinite linear;
31     }
32     @keyframes masked-animation {
33         0% {
34             background-position: 0 0;
35         }
36         100% {
37             background-position: -100%, 0;
38         }
39     }
40 </style>
41 
42 <div>
43     <p>
44         欢迎各路大神:https://www.cnblogs.com/dgq666666/
45     </p>
46 </div>技术图片

 

萌新上路,多多指教

标签:init   near   frame   ati   gif   back   blog   ram   mat   

原文地址:https://www.cnblogs.com/dgq666666/p/14529926.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!