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;