From 4168f7aff52f6e7cf7320e42252227dac5169c4a Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Nov 2014 21:20:41 +0100 Subject: Initial commit. --- linkshorter/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 linkshorter/style.css (limited to 'linkshorter/style.css') diff --git a/linkshorter/style.css b/linkshorter/style.css new file mode 100644 index 0000000..c762039 --- /dev/null +++ b/linkshorter/style.css @@ -0,0 +1,21 @@ +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} + +/* footer */ + +.footer { + position: absolute; + bottom: 0; + width: 100%; +} + +#copyright-text { + text-decoration: underline; + color: #333; +} -- cgit v1.2.3