Update index-closed.html
This commit is contained in:
parent
679e61f8e1
commit
3f672d5bf3
|
@ -17,10 +17,22 @@
|
|||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.br {
|
||||
.br1 {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.br2 {
|
||||
position: absolute;
|
||||
bottom: 22px;
|
||||
right: 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.br3 {
|
||||
position: absolute;
|
||||
bottom: 36px;
|
||||
right: 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
div {
|
||||
|
@ -33,9 +45,9 @@
|
|||
}
|
||||
</style>
|
||||
<body>
|
||||
<p class="cwhite br">DremJS Version 0.0.6a</p>
|
||||
<p class="cwhite br">Build 6</p>
|
||||
<p class="cwhite br">© Innovation Inc.</p>
|
||||
<p class="cwhite br3">DremJS Version 0.0.6a</p>
|
||||
<p class="cwhite br2">Build 6</p>
|
||||
<p class="cwhite br1">© Innovation Inc.</p>
|
||||
<div class="start">
|
||||
<a href="index-open.html"><p>Start</p></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue