-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
58 lines (58 loc) · 1.48 KB
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
<html>
<head>
<title>Positioning in CSS</title>
<style type="text/css">
* {font-family: Trebuchet MS;}
body {margin: 0px;}
#o {border: 5px solid #BFF073; color: #0DC9F2;}
#p {border: 5px solid #BFF073; color: #0DC9F2;}
#q {border: 5px solid #BFF073; color: #0DC9F2; }
img {position: fixed; z-index: -10;}
</style>
</head>
<body>
<h1 id="o">Good Afternoon!</h1>
<h1 id="p">Tuesday!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<img src="Logo1.gif" width="300">
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
<h1 id="q">August!</h1>
</body>
</html>