From 3fdc0ad7de0589ec3b867f0faceae68314937d78 Mon Sep 17 00:00:00 2001 From: bootje Date: Mon, 22 Jun 2020 12:44:27 +0200 Subject: [PATCH] parallel-colonialism --- parallel-colonialism/index.html | 3 ++- parallel-colonialism/style.css | 27 ++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/parallel-colonialism/index.html b/parallel-colonialism/index.html index 11f4316..27ba1c1 100644 --- a/parallel-colonialism/index.html +++ b/parallel-colonialism/index.html @@ -14,7 +14,8 @@ -
+
+
home diff --git a/parallel-colonialism/style.css b/parallel-colonialism/style.css index f7e5433..d239d98 100644 --- a/parallel-colonialism/style.css +++ b/parallel-colonialism/style.css @@ -24,20 +24,6 @@ } -body{ - background: black !important; -} - - - -#wrapper { - background-color: black !important; -} - -#main { - background-color: white !important; - -} .ext{ background: none; @@ -137,10 +123,17 @@ li{ display: none; } - - - p { line-height: 1.5em; } +#bg-left{ + position: fixed; + left: 0; + top: 0; + display: inline-block; + width: 25vw; + height: 100vh; + background-color: black; +} +