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