-
Notifications
You must be signed in to change notification settings - Fork 7.6k
/
index.html
36 lines (36 loc) · 942 Bytes
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Graffiti Override</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css">
<link rel="stylesheet" href="css/cleanup.css">
<link rel="stylesheet" href="css/paint.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.min.js"></script>
</head>
<body>
<div id="wall">
<div class="tag-1"></div>
<div id="tag-2"></div>
<div id="tag-3" class="slick wicked"></div>
<div class="parent">
<div id="tag-4"></div>
</div>
<div class="parent">
<div id="tag-5" class="slick"></div>
</div>
<div class="parent">
<div></div>
<div>
<div id="tag-6"></div>
</div>
</div>
<div class="parent">
<div>
<div id="tag-7" class="slick"></div>
</div>
<div></div>
</div>
</div>
</body>
</html>