From ea988ee314450d54f57b3fdd5d74e77f96d4e0d8 Mon Sep 17 00:00:00 2001 From: Ottis Date: Mon, 8 Jul 2019 15:50:01 +0100 Subject: [PATCH] edit edit edit --- 09/miniwebsite/style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index d3e914f..e1e9e4c 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -13,15 +13,6 @@ font-family: Book ; } -.vl { - border-left: 2px solid black; - height: 500px; - position: absolute; - left: 50%; - margin-left: -1px; - bottom: 19px; -} - #wrapper { width: 90%; margin: auto; @@ -65,6 +56,16 @@ ul { margin: auto; } +.vl { + z-index: -1; + border-left: 2px solid black; + height: 500px; + position: absolute; + left: 50%; + margin-left: -1px; + bottom: 19px; +} + #right { float: right; width: 50%;