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