From ec016b5bfb34b7f4ca0d414c029a43ed1b3844d1 Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Sun, 12 Sep 2021 21:29:28 +0700 Subject: [PATCH] aboutus.html - Added NavBar --- aboutus.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/aboutus.html b/aboutus.html index a6dd640..a2348ba 100644 --- a/aboutus.html +++ b/aboutus.html @@ -17,9 +17,41 @@ font-family: 'Poppins', sans-serif; background-color: #1b1c1e; } + .comp-color { + background-color: #212226; + } + .nav-radius { + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; + } + +