diff --git a/terview.html b/terview.html index 1eda336..91844a5 100644 --- a/terview.html +++ b/terview.html @@ -21,7 +21,7 @@ #buttonContainer { position: absolute; - top: 10px; + top: 20px; left: 10px; z-index: 10; display: flex; @@ -103,6 +103,16 @@ gap: 10px; } + #container7 { + position: absolute; + bottom: 10px; + left: 1116px; + z-index: 10; + display: flex; + flex-direction: column; + gap: 10px; + } + #layer1 { display: block; position: absolute; @@ -163,6 +173,16 @@ width: 128px; height: 128px; } + #layer7 { + display: block; + position: absolute; + bottom: 10px; + left: 0px; + z-index: 10; + border: 1px solid black; + width: 128px; + height: 128px; + } @@ -229,6 +249,13 @@ +