From 85b7df59d4a0182427acecb791ea5c93294818fd Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 28 Oct 2022 21:11:05 +0100 Subject: [PATCH] Begin website major redesign. --- index.html | 16 ++++++++++------ infnet.css | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 91546f6..5b20677 100644 --- a/index.html +++ b/index.html @@ -4,12 +4,16 @@ Inferencium Network - -

Inferencium Network

+ +
+
+ diff --git a/infnet.css b/infnet.css index 057825e..e434a48 100644 --- a/infnet.css +++ b/infnet.css @@ -1,3 +1,24 @@ +.sidebar { +height: 100%; +width: 150px; +position: absolute; +left: 0; +top: 0; +padding-top: 40px; +background-color: lightgray; +} + +.sidebar div { +padding: 8px; +font-size: 24px; +display: block; +} + +.body-text { +margin-left: 150px; +font-size: 18px; +} + body { font-family: Roboto, sans-serif; background-color: #262626;