diff --git a/index.html b/index.html index 4f0c846..4116e24 100644 --- a/index.html +++ b/index.html @@ -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>