Update index-open.html
This commit is contained in:
parent
29ad8c4807
commit
1630a6ff60
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue