-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxes.html
36 lines (30 loc) · 946 Bytes
/
boxes.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>Insomniac Time Traveling Boxers</title>
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="header">INSOMNIACS TIME TRAVELERS</div>
<div id="nav"><a href="index.html">HOME</a> <a href="about.html">ABOUT</a> <a href="blog.html">BLOG</a> <a href="form.html">FORM</a> <a href="boxes.html">BOXES</a></div>
<div id="green">
<h1>GREEN</h1>
</div>
<div id="blue">
<h1>BLUE</h1>
</div>
<div id="red">
<h1>RED</h1>
</div>
<div id="orange">
<h1>ROUNDED ORANGE</h1>
</div>
<div id="footer">see ya later (or earlier)</div>
</div>
</body>
</html>