Update index.html
This commit is contained in:
parent
ac72d83041
commit
7113509f6a
21
index.html
21
index.html
|
@ -1,7 +1,24 @@
|
||||||
<html>
|
<html>
|
||||||
<title>DremJS</title>
|
<title>DremJS</title>
|
||||||
|
<style>
|
||||||
|
.start {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
.cwhite {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
html {
|
||||||
|
background: url(DremJS-Background.png) no-repeat center center fixed;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>DremJS Version 0.0.1a</h1>
|
<h1 class="cwhite">DremJS Version 0.0.1a</h1>
|
||||||
<a href="index-open.html"><p>Start</p></a>
|
<a href="index-open.html"><p class="start cwhite">Start</p></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue