This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kindring
/
md
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
203b5dc138
Ramas
Etiquetas
master
md
/
css
/
test.css
test.css
116 B
Histórico
Raw
1
2
3
4
.div{
/* 绕着圆心旋转渐变,红橙黄绿 */
background: linear-gradient(90deg, red, orange, yellow, green);
}