-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html_OLD
54 lines (52 loc) · 2.05 KB
/
index.html_OLD
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
<html>
<head>
<style type="text/css">
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
p,a,h1 {color: green;
font-family: cursive;
font-style: oblique;
font-variant: normal;
font-weight: normal;
font-size: large;
line-height: 100%;
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-transform: none;
text-align: left;
text-indent: 0ex;}
#a {color:green;}
#h1 {color:green;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1; width:800px; top:50px; left:50px;}
#mail {position:relative; z-index:1; top:200px; left:900px;}
</style>
<!--[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
#mail {position:static;}
</style>
<![endif]-->
</head>
<body>
<div id="bg"><img src="mt.jpg" width="100%" height="100%" alt=""></div>
<div id="content">
<!--<h1 align="center">Green Dominion</h1>-->
<p align="left">
Green Dominion is all about preserving the environment and becoming better stewards. Our purpose is to help divert recyclables from the solid waste stream headed to landfills. Serving the Moving & Storage, Office Furniture, Commercial Construction and other parallel industries, Green Dominion is designing and manufacturing products that derive from 100% recycled content which will replace current inferior performing/disposable products that end up in the landfill.
<br><br>How cool is that?<br><br>We believe, VERY!<br><br>Reduce - Reuse - Recycle ...Remember <br><br>He gave us Dominion over His creation.<br><br>Peace!
</p>
</div>
<div id="mail">
<!--<a href="mailto:[email protected]?subject=Would like more information">[email protected]</a>-->
</div>
</body>
</html>