forked from gj-ca/animations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 983 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/index/index.css">
<title>Index</title>
</head>
<body>
<div id="container">
<section>
<h1>Animation Challenges</h1>
<div class="text">
<div>
<p>Welcome to today's animation challenges!</p>
<p>All the work has already been done for you, all you need to do is write the animations and assign them to an element.</p>
<p>Explore the html/css files to get an understanding of what is happening. BUT there is no reason for you to edit any of the styles of the elements.</p>
<p>Create the missing animation partial and put your work in there.</p>
</div>
</div>
<a id="links" class="next" href="first.html"><button>Next</button></a>
</section>
</div>
</body>
</html>