html
html
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
27
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>
[CHALLENGE] Make a Skyrim
<img src="https://dl.dropbox.com/s/3xp2xi857d0g7e6/IMG_1509.jpg?raw=1"
height="300 pc" width="300 px">
<h2>
Easy version:
</h2>
<p>
Using web (HTML, CSS, and JavaScript) make a SVG/ animation of a Skyrim character.
</p>
<h2>
More difficult version:
</h2>
<p>
Easy version +
Make the character fight against these enemies in any order:
</p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
body {
font-family: Helvetica;
}
h1, h2, h3 {
text-align: center;
}
p {
text-indent: 7%;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run