diff options
Diffstat (limited to 'project/assets/css/aucklandrail.css')
-rw-r--r-- | project/assets/css/aucklandrail.css | 21 |
1 files changed, 21 insertions, 0 deletions
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%; +} + + |