Musik
+
+
+
+
+
diff --git a/static/musik.css b/static/musik.css index 25fa51c..2661960 100644 --- a/static/musik.css +++ b/static/musik.css @@ -1,2 +1,20 @@ -body { +#mainContainer { + position: absolute; + top: 0; + right: 0; + height: 100%; + width: 100%; + display: flex; + flex-direction: column; +} + +#navigationContainer { + flex: auto; + overflow: auto; + border-top: 2px solid #ccc; + border-bottom: 2px solid #ccc; +} + +#navItems { + list-style-type: none; } diff --git a/templates/index.html b/templates/index.html index f77c671..ee026a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,14 +6,23 @@
-