Update index.html
This commit is contained in:
parent
84127beb24
commit
d2b99a54ac
|
@ -15,13 +15,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;
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue