Update index.html
This commit is contained in:
parent
84127beb24
commit
d2b99a54ac
|
@ -16,13 +16,6 @@
|
||||||
.cwhite {
|
.cwhite {
|
||||||
color: white;
|
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 {
|
div {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
@ -32,6 +25,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<iframe src="i-index.html" style="height:500px;width:800px"></iframe>
|
<iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue