Skip to content

Commit e268e39

Browse files
committed
adds missing div
1 parent cec6fe5 commit e268e39

File tree

1 file changed

+6
-3
lines changed
  • Art/AMRUTHA-BYSANI-LoadingColoursAnimation

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>turning circle</title>
78
<link rel="stylesheet" href="styles.css">
89
</head>
10+
911
<body>
1012
<div class="container">
1113
<div class="box">
@@ -16,10 +18,11 @@
1618
</div>
1719
<div class="box">
1820
<div class="coin"></div>
19-
</div><div class="box">
21+
</div>
22+
<div class="box">
2023
<div class="coin"></div>
21-
24+
</div>
2225
</div>
23-
2426
</body>
27+
2528
</html>

0 commit comments

Comments
 (0)