From 0962b1662b0e09325ff6d899ed040f398db50d33 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 22 Mar 2022 15:46:52 +0100 Subject: [PATCH] Added hr, cleaned up css --- oneforall/index.css | 23 +++++++++++++++++------ oneforall/index.php | 4 +++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/oneforall/index.css b/oneforall/index.css index df571d6..a0a1141 100644 --- a/oneforall/index.css +++ b/oneforall/index.css @@ -32,14 +32,25 @@ h2 { justify-content: center; } .divmaintop { - border:1px; - border-bottom-style:solid; + /* border:1px solid; For testing purposes*/ height:50px; text-align:center; - margin: 0 auto; + /* margin: 0 auto; Old way of centering*/ + position:absolute; + left:0; + right:0; } -.divmainbody { - margin:50px; +.divcontent { border:1px solid; - height:100%; + position:absolute; + left:0; + right:0; +} + +hr { + margin: 0em; +} + +h2 { + margin-bottom: 0em; } \ No newline at end of file diff --git a/oneforall/index.php b/oneforall/index.php index 31dbefb..f2ab232 100644 --- a/oneforall/index.php +++ b/oneforall/index.php @@ -25,8 +25,10 @@

Übersicht

+
-
+
+

Test