From 1c891069797058d31d7e201b1325d45dc83bc175 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 15 Oct 2024 00:43:06 +1300 Subject: Auckland rail map article added --- project/assets/css/aucklandrail.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 project/assets/css/aucklandrail.css (limited to 'project/assets/css') diff --git a/project/assets/css/aucklandrail.css b/project/assets/css/aucklandrail.css new file mode 100644 index 0000000..203fe00 --- /dev/null +++ b/project/assets/css/aucklandrail.css @@ -0,0 +1,21 @@ + + +table { + margin: 2em auto 2em auto; + border: 1px solid gray; + width: 80%; + text-align: center; +} + +table th { + border: 1px solid gray; + width: 16%; +} + +table td { + padding: 0.5em 1em 0.5em 1em; + border: 1px solid gray; + width: 16%; +} + + -- cgit