From a62a0a6520fd778d160d3cc4288d0d73a57c2f79 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 22 Jun 2015 11:10:39 +0100 Subject: [PATCH] Added stylesheet for pages --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..a251f69 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +footer { + position: absolute; + bottom: 0; + text-align: center; + width: 100% +} \ No newline at end of file