This website works better with JavaScript
Home
Explore
Help
Sign In
kindring
/
md
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
203b5dc138
Branches
Tags
master
md
/
css
/
test.css
test.css
116 B
History
Raw
1
2
3
4
.div{
/* 绕着圆心旋转渐变,红橙黄绿 */
background: linear-gradient(90deg, red, orange, yellow, green);
}