Update index-open.html

This commit is contained in:
DremOS Developing Team 2018-06-29 22:40:15 -05:00 committed by GitHub
parent 29ad8c4807
commit 1630a6ff60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<html>
<!-- classes were from SparrOS Developer Team -->
<title>DremJS</title>
<!-- If you run out of space for start menu, increase number on line 14 -->
<style>
.start {
position: absolute;
@ -22,11 +23,10 @@
-o-background-size: cover;
background-size: cover;
}
div {
div {
background-color: gray;
width: 500px;
padding: 10px;
hight: 1000px;
width: 80px;
padding: 80px;
border: 5px solid gray;
margin: 0;
}