scrimba
CSS animations
Animation Challenge
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

Animation Challenge
AboutCommentsNotes
Animation Challenge
Expand for more info
index.css
run
preview
console
.box {
width: 10px;
height: 10px;
background: blue;
border: 1px solid black;
}
Console
/index.html
-3:29