diff --git a/css/main.css b/css/main.css index 620842a..aefaab0 100644 --- a/css/main.css +++ b/css/main.css @@ -7,14 +7,14 @@ width: 250px; } -#menubox{ +#menubox { height: 100%; - top: 0px; - left: 320px; + top: 0px; left : 320px; position: fixed; - border-left-width: 2px; - border-color: black; - border-left-style: solid; + border-left-width: 2px; + border-color: black; + border-left-style: solid; + left: 320px; } .splitable { @@ -23,4 +23,16 @@ .notsplitable { +} + +#bottom-right { + right: 0; + bottom: 0; + position: absolute; +} + +#bottom-left { + left: 0; + bottom: 0; + position: absolute; } \ No newline at end of file diff --git a/index.html b/index.html index 0da6394..828c6af 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
@@ -57,4 +57,7 @@
+
+
Inspiration Pyramidalist
© MasterGordon & Ph3nix
+
\ No newline at end of file