diff --git a/index.html b/index.html index 16a98a9..a89f2d7 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,28 @@ height: 1080px; background-color: transparent !important; background-position: top left; - overflow: hidden; + //overflow: hidden; margin: 0; padding: 0; } + + #level-border { + position: fixed; + bottom: -5px; + left: -20px; + height: 250px; + } + + #background { + position: fixed; + top: 0; + left: 0; + z-index: 10; + }
+