-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (36 loc) · 1.71 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="A Base Type System. A starter point for typography.">
<meta name="author" content="Erin Lynch">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="css/style.css" />
<title>Base Type Systems</title>
</head>
<body>
<div class="container">
<h1>Major type elements</h1>
<h1>This is a top level heading</h1>
<h2>This is a second level heading</h2>
<h3>This is a third level heading</h3>
<h4>This is a fourth level heading</h4>
<h5>This is a fifth level heading</h5>
<h6>This is a sixth level heading</h6>
<p>This is a standard paragraph. Paradigm workflow parallax physical computing moleskine co-working pivot fund affordances entrepreneur grok. Paradigm engaging piverate integrate unicorn paradigm waterfall is so 2000 and late workflow long shadow. Ideate hacker human-centered design experiential prototype pitch deck co-working thinker-maker-doer sticky note. Waterfall is so 2000 and late venture capital thought leader long shadow earned media ship it innovate Steve Jobs integrate quantitative vs. qualitative.</p>
<blockquote>This is a blockquote. Waterfall is so 2000 and late venture capital thought leader long shadow earned media ship it innovate Steve Jobs integrate quantitative vs. qualitative.</blockquote>
<ul>
<li>unordered list item 1</li>
<li>unordered list item 2</li>
<li>unordered list item 3</li>
<li>unordered list item 4</li>
</ul>
<ol>
<li>ordered list item 1</li>
<li>ordered list item 2</li>
<li>ordered list item 3</li>
<li>ordered list item 4</li>
</ol>
</div>
</body>
</html>