-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhtml5.html
41 lines (41 loc) · 1.45 KB
/
html5.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
<!DOCTYPE html>
<html>
<head>
<title>Pure CSS HTML5 Logo</title>
<link rel="stylesheet" href="css/html5.css">
</head>
<body>
<div id="html5">
<div class="shield-half" id="left-shield"></div>
<div class="shield-half" id="right-shield"></div>
<div id="top-border"></div>
<div class="tail-of-five" id="dark-tail"></div>
<div class="tail-of-five" id="light-tail"></div>
<div id="tail-to-mid"></div>
<div class="mid-of-five" id="dark-mid"></div>
<div class="mid-of-five" id="light-mid"></div>
<div id="mid-to-hook"></div>
<div class="hook-of-five" id="dark-hook"></div>
<div class="negative-hook" id="dark-negative"></div>
<div class="hook-of-five" id="light-hook"></div>
<div class="negative-hook" id="light-negative">
<div id="hack-side"></div>
<div id="hack-bottom"> </div>
</div>
<div class="outer-border" id="left-outer-border"></div>
<div class="outer-border" id="right-outer-border">
<div id="right-inner-border"></div>
</div>
<div class="white-side" id="left-long-side"></div>
<div class="white-side" id="right-long-side"></div>
<div class="bottom-border" id="dark-bottom">
<div class="outer-bottom" id="dark-outer-bottom"></div>
<div class="outer-white" id="left-outer-white"></div>
</div>
<div class="bottom-border" id="light-bottom">
<div class="outer-bottom" id="light-outer-bottom"></div>
<div class="outer-white" id="right-outer-white"></div>
</div>
</div>
</body>
</html>