From f6c646bdafa8104b87a9e702fbb310c205be7079 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Fri, 29 Jun 2018 22:50:47 -0500 Subject: [PATCH] Update index.html --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6537171..7dee527 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,19 @@ -moz-background-size: cover; -o-background-size: cover; background-size: cover; + div { + background-color: gray; + width: 20px; + padding: 10px; + border: 5px solid gray; + margin: 0; +} } </style> <body> <h1 class="cwhite">DremJS Version 0.0.1a</h1> - <a href="index-open.html"><p class="start">Start</p></a> + <div class="start"> + <a href="index-open.html"><p class="start">Start</p></a> + </div> </body> </html>