-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
64 lines (62 loc) · 2.04 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rothkode</title>
<meta name="description" content="Rothko and code — A new project inspired by Rothko and made with code.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/fonts/stylesheet.css" type="text/css" charset="utf-8" />
</head>
<body>
<div class="container">
<section class="grid">
<header>
<h1>Rothkode</h1>
<p>by Maya Benari</p>
<p>Experiments with CSS gradients</p>
<p>Inspired by the paintings of Mark Rothko</p>
</header>
<div id="one" class="ro">
</div>
<div id="two" class="ro">
</div>
<div id="three" class="ro">
</div>
<div id="four" class="ro">
</div>
<div id="five" class="ro">
</div>
<div id="six" class="ro">
</div>
<div id="seven" class="ro">
</div>
<div id="eight" class="ro">
</div>
<div id="nine" class="ro">
</div>
<div id="ten" class="ro">
</div>
<!--
<div id="eleven" class="ro">
</div>
<div id="twelve" class="ro">
</div>
<div id="thireteen" class="ro">
</div>
<div id="fourteen" class="ro">
</div>
<div id="fifteen" class="ro">
</div>
<div id="sixteen" class="ro">
</div>
-->
</section>
<footer>
<p>Made by <a href="http://maya-benari.com/">Maya Benari</a>. Code on <a href="https://github.com/maya/rothkode">GitHub</a>.</p>
</footer>
</div>
</body>
</html>