From 89c539a3ed5459ef34c7e07a3d9735b40490a4ae Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Tue, 27 Apr 2021 21:09:09 +0530 Subject: [PATCH] [mockups] added navbar --- mockups/base.html | 19 +++++++++++++++++-- mockups/static/style.css | 4 ++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/mockups/base.html b/mockups/base.html index 5952e764..adcd82b9 100644 --- a/mockups/base.html +++ b/mockups/base.html @@ -6,13 +6,28 @@ - - + {% block title %}FOSS United{% endblock %} + {% block content %}

Lorem ipsum...

{% endblock %} diff --git a/mockups/static/style.css b/mockups/static/style.css index a3a1ca12..26321a4f 100644 --- a/mockups/static/style.css +++ b/mockups/static/style.css @@ -30,6 +30,10 @@ body { background: var(--bg); } +.navbar-light { + border-bottom: 1px solid #E2E6E9; +} + .page-header { margin-top: 20px; padding: 20px;