Update index-closed.html
This commit is contained in:
parent
dbc2941c68
commit
f8f51a1f45
|
@ -16,6 +16,12 @@
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
}
|
||||||
|
.br {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 8px;
|
||||||
|
right: 16px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
|
@ -27,9 +33,9 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<p class="cwhite">DremJS Version 0.0.6a</p>
|
<p class="cwhite br">DremJS Version 0.0.6a</p>
|
||||||
<p class="cwhite">Build 6</p>
|
<p class="cwhite br">Build 6</p>
|
||||||
<p class="cwhite">© Innovation Inc.</p>
|
<p class="cwhite br">© Innovation Inc.</p>
|
||||||
<div class="start">
|
<div class="start">
|
||||||
<a href="index-open.html"><p>Start</p></a>
|
<a href="index-open.html"><p>Start</p></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue