-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocks.html
49 lines (49 loc) · 2.12 KB
/
blocks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Git Blocks</title>
<link rel="stylesheet" type="text/css" href="blocks.css">
</head>
<body>
<div class="wrapper">
<header>
<img src="images/github.jpg" alt="" width="120" height="55">
<h1>Display our blocks!</h1>
<img src="images/catandninja.png" alt="" width="120" height="55">
</header>
<main>
<div class="stripes">
<img src="images/dojocat.jpg" alt="" width="110" height="110">
<img src="images/coder2.jpg" alt="" width="110" height="110">
<img src="images/cherry.jpg" alt="" width="110" height="110">
<img src="images/aidorucat.png" alt="" width="110" height="110">
</div>
<div class="solids">
<img src="images/heisencat.png" alt="" width="110" height="110">
<img src="images/riddlocat.png" alt="" width="110" height="110">
<img src="images/oktobercat.png" alt="" width="110" height="110">
<img src="images/domo-cat.png" alt="" width="110" height="110">
</div>
<div class="stripes">
<img src="images/linkcat.png" alt="" width="110" height="110">
<img src="images/chellocat.jpg" alt="" width="110" height="110">
<img src="images/mario.png" alt="" width="110" height="110">
<img src="images/kantana.jpg" alt="" width="110" height="110">
</div>
<div class="solids">
<img src="images/ironcat.png" alt="" width="110" height="110">
<img src="images/stormtroopocat.png" alt="" width="110" height="110">
<img src="images/cooler.png" alt="" width="110" height="110">
<img src="images/daftpunk.gif" alt="" width="110" height="110">
</div>
<div class="stripes">
<img src="images/defunktocat.png" alt="" width="110" height="110">
<img src="images/visionary.jpg" alt="" width="110" height="110">
<img src="images/jean-luc-picat.jpg" alt="" width="110" height="110">
<img src="images/codercat.jpg" alt="" width="110" height="110">
</div>
</main>
</div>
</body>
</html>