From 24ccca34a53c66d10915cb9b5c97db8f40ac280a Mon Sep 17 00:00:00 2001 From: eniamza Date: Sat, 27 Jun 2020 12:57:56 +0600 Subject: [PATCH] Feat : Center alignment for nav menu --- lib/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/css/index.css b/lib/css/index.css index 88f940e..d6a4fb2 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -110,6 +110,11 @@ nav { background-color: rgb(11, 90, 121); border-radius: 0.2rem; } +.navbar-center { + position: absolute; + left: 43%; + transform: translatex(-50%); +} /* /Navbar */ /* Special Branded Color Classes*/