From f8d2563614ae0a665bd3882f27ed959da4645c9c Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 25 Aug 2015 23:59:35 +1000 Subject: [PATCH] Centered content --- css/default.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 40144d2..4377968 100644 --- a/css/default.css +++ b/css/default.css @@ -44,6 +44,10 @@ div#footer { right: 1%; } +div#footer a { + color: green; +} + h1 { font-size: 24px; } @@ -58,7 +62,14 @@ div.info { font-style: italic; } -div#content img { +div#content { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +div#footer img { position:absolute; bottom: 1%; left: 1%;