scrimba
CSS Challenges
Solution: Loading Animation 2
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

Solution: Loading Animation 2
AboutCommentsNotes
Solution: Loading Animation 2
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="square square1"></div>
<div class="square square2"></div>
<div class="square square3"></div>
</div>
</body>
</html>
Console
/index.html
-2:39