-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.19 KB
/
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
37
<!DOCTYPE html>
<html>
<head>
<title>Mondrian Stretch</title>
<link href="mondrian.css" rel="stylesheet">
<link rel="icon" type="image/png" href="../images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../images/favicon-16x16.png" sizes="16x16" />
<meta charset="utf-8">
<meta property="og:title" content="Ellen Lloyd | Mondrian Stretch" />
<meta property="og:description" content="Responsive CSS stretch grid" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ellenlloyd.ca/mondrian">
<meta property="og:image" content="images/og.png" />
</head>
<body>
<div class="painting">
<div class="abc">
<div class="A">A</div>
<div class="B">B</div>
<div class="C">C</div>
</div><div class="D">D
</div><div class="E">E
</div><div class="F">F
</div><div class="G">G
</div><div class="H">H
</div><div class="I">I
</div><div class="J">J
</div><div class="klm">
<div class="K">K</div>
<div class="L">L</div>
<div class="M">M</div>
</div>
</div>
</body>
</html>