From 50a30d5e6e1b9b84969a305db576718883f2b6d2 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 18 Dec 2021 18:08:20 +0200 Subject: [PATCH] Navigation bar styling --- index.php | 10 +++++----- pube.css | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 02fb3b6..45d8f46 100644 --- a/index.php +++ b/index.php @@ -25,12 +25,12 @@ +
-
- - - -

Services

diff --git a/pube.css b/pube.css index 60a7e82..a8df169 100644 --- a/pube.css +++ b/pube.css @@ -12,6 +12,20 @@ body white-space: normal; } +#navbar { + background-color: #151515; + width: 100%; + height: 64px; + line-height: 58px; + display: flex; + position: relative; + z-index: 999; + } + + #navbar span { + margin: auto; + } + #main-container { background-color: #151515;