aboutsummaryrefslogtreecommitdiff
path: root/app/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/styles')
-rw-r--r--app/src/styles/Navbar.module.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/styles/Navbar.module.css b/app/src/styles/Navbar.module.css
new file mode 100644
index 0000000..217e4b1
--- /dev/null
+++ b/app/src/styles/Navbar.module.css
@@ -0,0 +1,18 @@
+/* Create the nav and center the span */
+.navbar {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 60px;
+ background-color: #f8f9fa;
+}
+
+/* Create the nav links */
+
+span {
+ font-size: 35px;
+ font-weight: 600;
+ color: #333;
+ text-decoration: none;
+ margin-right: 10px;
+} \ No newline at end of file