diff --git a/README.md b/README.md index 606883f..4ad9669 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # nightly.town -website \ No newline at end of file +The website shown at (nightly.town)[https://nightly.town] \ No newline at end of file diff --git a/index.html b/index.html index dc75480..1f0873f 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,10 @@ -
- About - Services - Clients - Contact -
-
-

Welcome to my website!

+
+
\ No newline at end of file diff --git a/static/nightlycss.css b/static/nightlycss.css index 900277d..6da5348 100644 --- a/static/nightlycss.css +++ b/static/nightlycss.css @@ -1,42 +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); } -.sidenav { - height: 100%; - width: 85px; - position: fixed; - z-index: 1; - top: 0; - left: 0; - background-color: var(--bgcolour); - overflow-x: hidden; - padding-top: 20px; - border-right: 2px solid var(--sdbarcolour); -} - -.sidenav a { - padding: 6px 6px 6px 10px; - text-decoration: none; - font-size: 25px; - color: #818181; - display: block; -} - -.sidenav a:hover { - color: #f1f1f1; -} - -#content { - margin-top: 20px; - margin-left:138px; - padding: 1px 16px; +.container { + display: flex; + flex-direction: column; } \ No newline at end of file