From 9da162aaef71d1477745912cc53e2ce620efdf23 Mon Sep 17 00:00:00 2001 From: GordonDaFreeman Date: Tue, 16 Jan 2018 22:09:53 +0100 Subject: [PATCH] added C --- css/main.css | 24 ++++++++++++++++++------ index.html | 5 ++++- 2 files changed, 22 insertions(+), 7 deletions(-) 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