From 3b2258877fcbd211314b153c56273e3a597ad08b Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 12 Nov 2024 16:37:28 -0600 Subject: Begin navbar --- app/src/styles/Navbar.module.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/src/styles/Navbar.module.css (limited to 'app/src/styles/Navbar.module.css') 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 -- cgit v1.2.3-70-g09d2