This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kindring
/
md
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
203b5dc138
Branches
Tags
master
md
/
css
/
test.css
test.css
116 B
Historique
Raw
1
2
3
4
.div{
/* 绕着圆心旋转渐变,红橙黄绿 */
background: linear-gradient(90deg, red, orange, yellow, green);
}