From 9ccf9903cf91eef9dde5db4282eb86cb7e2c15c0 Mon Sep 17 00:00:00 2001 From: Rhys Evans <EvansRM17@cardiff.ac.uk> Date: Mon, 27 Nov 2023 17:06:05 +0000 Subject: [PATCH] added todo, header and footer must be implemented within CSS Grid --- src/main/resources/templates/towns/caerphilly.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/towns/caerphilly.html b/src/main/resources/templates/towns/caerphilly.html index 0baeb2da..67c465a1 100644 --- a/src/main/resources/templates/towns/caerphilly.html +++ b/src/main/resources/templates/towns/caerphilly.html @@ -109,6 +109,7 @@ display:grid; grid-template-columns: 50% 50%; grid-template-rows: auto; + /*todo header and footer contrainer*/ grid-template-areas: "title1 title1" "title2 title2" -- GitLab