From 3f672d5bf3c006ed110c24fdebe0f7579cae0427 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Tue, 3 Jul 2018 00:25:16 -0500 Subject: [PATCH] Update index-closed.html --- index-closed.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/index-closed.html b/index-closed.html index a84e15c..48e7e2d 100644 --- a/index-closed.html +++ b/index-closed.html @@ -17,12 +17,24 @@ -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 { background-color: gray; width: 30px; @@ -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>