Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:47:14 -05:00 committed by GitHub
parent 84127beb24
commit d2b99a54ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,6 @@
.cwhite {
color: white;
}
html {
background: url(DremJS-Background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div {
background-color: gray;
width: 60px;
@ -32,6 +25,6 @@
}
</style>
<body>
<iframe src="i-index.html" style="height:500px;width:800px"></iframe>
<iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
</body>
</html>