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