From 59d3c28fedab175b416d544e82c805b37a4bc107 Mon Sep 17 00:00:00 2001
From: EspenVista <522581@vistacollege.nl>
Date: Thu, 3 Apr 2025 11:29:46 +0100
Subject: [PATCH] uodrae
---
index.html | 10 +++++++++-
style.css | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 983932c..ba35ed6 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,15 @@
-
+
+
+
+
diff --git a/style.css b/style.css
index 3a3ce43..741e44e 100644
--- a/style.css
+++ b/style.css
@@ -6,3 +6,38 @@
#qrCodeContainer {
margin-top: 20px;
}
+
+
+ body {
+ margin: 0;
+ font-family: Arial, sans-serif;
+ }
+
+ .navbar {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background-color: #000;
+ padding: 10px 20px;
+ }
+
+ .logo {
+ height: 50px;
+ position: absolute;
+ left: 20px;
+ }
+
+ .nav-links {
+ list-style: none;
+ padding: 0;
+ display: flex;
+ }
+
+ .nav-links li {
+ margin: 0 15px;
+ }
+ .nav-links a {
+ text-decoration: none;
+ color: white;
+ font-size: 18px;
+ }
\ No newline at end of file