From b22f57b5c7a86dbb210e007c46106d638789189e Mon Sep 17 00:00:00 2001 From: Rhys Evans <EvansRM17@cardiff.ac.uk> Date: Wed, 29 Nov 2023 21:21:59 +0000 Subject: [PATCH] final fixes to layout and header+footer styling --- src/main/resources/static/css/templatingstyle.css | 7 ++++++- .../templates/towns/{caerleon.html => penarth.html} | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) rename src/main/resources/templates/towns/{caerleon.html => penarth.html} (63%) diff --git a/src/main/resources/static/css/templatingstyle.css b/src/main/resources/static/css/templatingstyle.css index 9e0cd5ea..7f975776 100644 --- a/src/main/resources/static/css/templatingstyle.css +++ b/src/main/resources/static/css/templatingstyle.css @@ -20,12 +20,17 @@ display: flex; margin-left: 100px; } + + .navBar a { + /*border-left: 2px rgb(185, 185, 185) solid;*/ /*padding: 10px 40px;*/ padding-left:5px ;padding-right: 5px; text-decoration: none; - color:rgb(87, 86, 86); + /*color:rgb(87, 86, 86);*/ +/*// original color*/ + color:white; white-space: nowrap; overflow: hidden; float: right; diff --git a/src/main/resources/templates/towns/caerleon.html b/src/main/resources/templates/towns/penarth.html similarity index 63% rename from src/main/resources/templates/towns/caerleon.html rename to src/main/resources/templates/towns/penarth.html index ba3d7492..ced6542a 100644 --- a/src/main/resources/templates/towns/caerleon.html +++ b/src/main/resources/templates/towns/penarth.html @@ -2,15 +2,15 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Caerleon</title> + <title>Penarth</title> </head> <body> <div> - <h1> Welcome to the town of Caerleon.</h1> + <h1> Welcome to the town of Penarth.</h1> </div> <div> - <h2>Explore trails around Caerleon</h2> + <h2>Explore trails around Penarth</h2> <ul> <li href="">Welsh History</li> <li>Super</li> -- GitLab