From c0818933e5d33de69217ac6d49d10b14127800e1 Mon Sep 17 00:00:00 2001 From: amy Date: Sat, 4 Feb 2023 21:41:15 -0600 Subject: i forgor --- display.html | 63 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/display.html b/display.html index 259ca09..aa88b72 100644 --- a/display.html +++ b/display.html @@ -171,9 +171,10 @@ background-color: #c3c3c3; position: absolute; bottom: 0; + display: inline-block; left: 0; } - + .bar-item { height: 80%; background-color: #c3c3c3; @@ -187,6 +188,25 @@ position: absolute; top: 0; } + #bar-items{ + height: 100%; + width: 100%; + position: relative; + display: block; + } + #bar-children{ + position: relative; + width: 100%; + height: 100%; + display: flex; + + } + #bar-menu{ + display: block; + position:relative; + height: 100%; + background-color: red; + }