From 2443c4b0d5b6256fbe4a0b40ca0a84bb8bf6d79e Mon Sep 17 00:00:00 2001 From: EspenVista <522581@vistacollege.nl> Date: Thu, 3 Apr 2025 12:33:16 +0100 Subject: [PATCH] update --- contact.html | 0 index.html | 10 ++++++++-- overons.html | 0 style.css | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 contact.html create mode 100644 overons.html diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index ba35ed6..affee52 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,14 @@
diff --git a/overons.html b/overons.html new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css index 741e44e..46e4626 100644 --- a/style.css +++ b/style.css @@ -15,8 +15,8 @@ .navbar { display: flex; - align-items: center; - justify-content: center; + align-items: right; + justify-content: right; background-color: #000; padding: 10px 20px; } @@ -38,6 +38,6 @@ } .nav-links a { text-decoration: none; - color: white; + color: rgb(0, 0, 0); font-size: 18px; } \ No newline at end of file