Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 22:50:47 -05:00 committed by GitHub
parent 30130578c3
commit f6c646bdaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>