-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfloat.html
70 lines (58 loc) · 4.08 KB
/
float.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
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Floating Elements</title>
<style>
body {
margin: 0px auto 0px auto;
width: 750px;
font-family: Arial, Verdana, sans-serif;
color: #665544;
}
h1 {
position: fixed;
padding: 10px;
margin: 0px;
width: 100%;
background-color: #efefef;
z-index: 2;
}
p {
position: relative;
top: 75px;
width: 750px;
}
blockquote {
position: relative;
top: 75px;
float: right;
width: 275px;
font-size: 130%;
font-style: italic;
font-family: Georgia, Times, serif;
margin: 10px 0px 10px 10px;
padding: 10px;
border-top: 1px solid #665544;
border-bottom: 1px solid #665544;
}
</style>
</head>
<body>
<h1>
The Evolution of the Bicycle
</h1>
<blockquote>
"Life is like riding a bicycle. To keep your balance you must keep moving." - Albert Einstein
</blockquote>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
<p>In 1817 Baron von Drais invented a walking machine that would hep him get around the royal gardens faster. Two same-size in-line wheels, the front one steerable, mounted in a frame upon which you straddled. The device was propelled by pushing your feet against the ground, thus rolling yourself and the device forward in a sort of gliding walk.</p>
</body>
</html>