scrimba
CSS Challenges
Challenge: Loading Animation 3
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Challenge: Loading Animation 3
AboutCommentsNotes
Challenge: Loading Animation 3
Expand for more info
index.css
run
preview
console
body, html {
margin: 0;
}

:root {
--spinner: #f3f3f3;
--spinner-active: purple;
}
Console
/index.html
-1:57