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