Update index-closed.html

This commit is contained in:
DremOS Developing Team 2018-07-03 00:25:16 -05:00 committed by GitHub
parent 679e61f8e1
commit 3f672d5bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">&copy Innovation Inc.</p> <p class="cwhite br1">&copy 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>