Update index-closed.html
This commit is contained in:
parent
679e61f8e1
commit
3f672d5bf3
|
@ -17,12 +17,24 @@
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.br {
|
.br1 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
.br2 {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 22px;
|
||||||
|
right: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.br3 {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 36px;
|
||||||
|
right: 16px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
div {
|
div {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
@ -33,9 +45,9 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<p class="cwhite br">DremJS Version 0.0.6a</p>
|
<p class="cwhite br3">DremJS Version 0.0.6a</p>
|
||||||
<p class="cwhite br">Build 6</p>
|
<p class="cwhite br2">Build 6</p>
|
||||||
<p class="cwhite br">© Innovation Inc.</p>
|
<p class="cwhite br1">© 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