This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kindring
/
md
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
203b5dc138
Rami (Branch)
Tag
master
md
/
css
/
test.css
test.css
116 B
Cronologia
Originale
1
2
3
4
.div{
/* 绕着圆心旋转渐变,红橙黄绿 */
background: linear-gradient(90deg, red, orange, yellow, green);
}