From 71981d193a52d66f87685f80a98a07f028f6f532 Mon Sep 17 00:00:00 2001 From: Dano van den Bosch Date: Fri, 16 Feb 2024 13:15:38 +0100 Subject: [PATCH] Update navigation links and styling*** --- web/index.html | 5 +++-- web/styles.css | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index cbadbd7..22f8295 100644 --- a/web/index.html +++ b/web/index.html @@ -15,8 +15,9 @@
diff --git a/web/styles.css b/web/styles.css index bed1cae..519068f 100644 --- a/web/styles.css +++ b/web/styles.css @@ -56,7 +56,7 @@ p1 { width: 50%; height: 40%; flex-direction: column; - border: 1px solid red; + border: 3px solid #1f82d3; border-radius: 20px; } @@ -65,6 +65,8 @@ p1 { justify-content: left; flex-direction: row; margin-bottom: 2%; + margin-top: 1%; + /* border: 2px solid red; */ }