From 3fb10cd72a062ec65816dac8c4c5c630183e5a20 Mon Sep 17 00:00:00 2001 From: nightly Date: Fri, 28 Oct 2022 18:58:24 +0200 Subject: [PATCH] Last commit on this directory today, i think.. --- index.html | 6 ++++-- static/nightlycss.css | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 6c96471..1f0873f 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,10 @@ -
-

Welcome to my website!

+
+
\ No newline at end of file diff --git a/static/nightlycss.css b/static/nightlycss.css index 709808c..6da5348 100644 --- a/static/nightlycss.css +++ b/static/nightlycss.css @@ -1,16 +1,16 @@ :root { --bgcolour: #212121; - --sdbarcolour: #6600ff; + --sdbarcolour: #4c208f; --textcolour: #EFF0F1; } body { font-family: 'Helvetica', 'Arial', sans-serif; background-color: var(--bgcolour); - margin:0; + margin: 0; color: var(--textcolour); } -#content { - margin-top: 2vw; - margin-left: 2vw; +.container { + display: flex; + flex-direction: column; } \ No newline at end of file