We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd67b commit 0dd446aCopy full SHA for 0dd446a
style.css
@@ -5,4 +5,6 @@
5
border-radius:50%;
6
width:500px;
7
height:500px;
8
+ background:linear-gradient(45deg, red, yellow, green, blue, purple);
9
+ animation: spin 4s linear infinite;
10
}
0 commit comments