-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsideshow-bob.html
58 lines (56 loc) · 2.53 KB
/
sideshow-bob.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CSS Sideshow Bob (from the Simpsons)</title>
<meta name="description" content="Sideshow Bob (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/sideshow-bob.css" />
</head>
<body>
<div class="character">
<div id="head">
<div id="shirt-bg-2"></div>
<div id="arm-1" class="hab"></div>
<div id="arm-2" class="hab"></div>
<div id="shirt-neck-back" class="r"></div>
<div class="sleeve" id="sleeve-2"><div class="hab"></div></div>
<div id="knife" class="b ha"></div>
<div id="back" class="r hab"></div>
<div id="ojeras" class="r ha"></div>
<div id="eye-2" class="eye r b hab"></div>
<div id="lip" class="r b"></div>
<div id="mouth" class="r hba"></div>
<div id="upper-lip" class="r hba"></div>
<div id="nose" class="r b hab"></div>
<div id="nose-line" class="r"></div>
<div id="eye-1" class="eye r b hba"></div>
<div id="eye-lines-1" class="hba"></div>
<div id="eye-lines-2" class="hba"></div>
<div id="ear" class="r b ha"></div>
<div id="hair" class="r"></div>
<div id="shirt-back" class="shirt-bottom r"></div>
<div id="shoe-body-2" class="shoe-body hab"></div>
<div id="shoe-2" class="shoe r b hab"></div>
<div id="shoe-body-1" class="shoe-body hab"></div>
<div id="shoe-1" class="shoe r b hab"></div>
<div id="pants-bottom" class="hab"></div>
<div id="pernera-2" class="pernera"></div>
<div id="pants" class="r b"></div>
<div id="pernera-1" class="pernera ha"></div>
<div id="shirt-bg-1"></div>
<div id="shirt-v-neck" class="hab"></div>
<div id="shirt-left" class="r ha"></div>
<div id="shirt-right" class="r"></div>
<div id="shirt">
<div id="shirt-bottom" class="shirt-bottom r hab"></div>
</div>
<div id="shirt-neck-right-1" class="r hab"></div>
<div id="shirt-neck-right-2" class="r hab"></div>
<div class="sleeve" id="sleeve-1"><div class="hab"></div></div>
</div>
</div>
</body>
</html>