Update index.html
This commit is contained in:
parent
30130578c3
commit
f6c646bdaf
11
index.html
11
index.html
|
@ -16,10 +16,19 @@
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
div {
|
||||||
|
background-color: gray;
|
||||||
|
width: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 5px solid gray;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="cwhite">DremJS Version 0.0.1a</h1>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue