From 3e4ca2ab20f205c81a734c5f8b9177992ee2737a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 24 Feb 2017 17:18:28 +1100 Subject: Added email contact, revised formatting and css --- project/assets/css/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 project/assets/css/index.css (limited to 'project/assets/css/index.css') diff --git a/project/assets/css/index.css b/project/assets/css/index.css new file mode 100644 index 0000000..7257410 --- /dev/null +++ b/project/assets/css/index.css @@ -0,0 +1,12 @@ + + +/* Formatting the index list differently + from regular lists. */ + +ul.index { + text-align: center; + list-style-type: none; + margin-top: 1.5cm; +} + + -- cgit