-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtroy-mcclure.html
66 lines (63 loc) · 2.53 KB
/
troy-mcclure.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CSS Troy McClure (from The Simpsons)</title>
<meta name="description" content="Troy McClure (from The Simpsons) drawn in CSS">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/base.css" />
<link rel="stylesheet" href="./css/troy-mcclure.css" />
</head>
<body>
<div class="character">
<div id="extremities">
<div id="shoe-1-top" class="ha"></div>
<div id="shoe-1-back" class="r hab"></div>
<div id="shoe-1" class="r b hab"></div>
<div id="shoe-2-back" class="r hab"></div>
<div id="shoe-2" class="r b hab"></div>
<div id="shoe-2-top" class="hab"></div>
<div id="arm-1" class="b hab"></div>
<div id="fore-arm" class="r"></div>
<div id="hand" class="b hab"></div>
<div id="fingers" class="r b hab"></div>
<div id="palm" class="r b hab"></div>
<div id="arm-2" class="b"></div>
<div id="leg-lines-2" class="leg-lines hab"></div>
<div id="leg-2" class="leg hab"></div>
<div id="leg-lines-1" class="leg-lines hab"></div>
<div id="leg-1" class="leg hab"></div>
<div id="leg-lines" class="r hab"></div>
</div>
<div id="head">
<div id="mouth" class="hab"></div>
<div id="mullet" class="b"></div>
<div id="hair-top" class="r b hab"></div>
<div id="forehead" class="hab"></div>
<div id="hairline-1" class="hairline r hab"></div>
<div id="hairline-2" class="hairline r h"></div>
<div id="eyelines" class="r hab"></div>
<div id="hair-back" class="r b hab"></div>
<div id="hair-front" class="r ha"></div>
<div id="back" class="r"></div>
<div id="ear" class="r b hab"></div>
<div id="smile" class="r b hab"></div>
<div id="lip" class="r hab"></div>
<div id="eye-1" class="r b ha"></div>
<div class="shirt r"></div>
<div id="tie" class="b hab"></div>
<div id="neck"></div>
<div id="nose" class="r b ha"></div>
<div id="eye-2" class="r b hab"></div>
<div id="shirt" class="shirt r hab"></div>
</div>
<div id="body">
<div id="jersey-neck" class="r hab"></div>
<div id="jersey-bottom" class="r ha"></div>
<div id="chest" class="r hab"></div>
<div id="jersey-lines" class="r hab"></div>
</div>
</div>
</body>
</html>