From eb3feb382518dad370ad03f0494c49fe73c89801 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Thu, 25 Jul 2013 15:09:49 -0400 Subject: [PATCH] Adding footer with link back to github repo --- index.php | 4 ++++ style.css | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/index.php b/index.php index 70cb27a..ef061bd 100644 --- a/index.php +++ b/index.php @@ -59,5 +59,9 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) { + + diff --git a/style.css b/style.css index da7503f..028c7f6 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,14 @@ body { margin: 0; } +a { + color: #54b4e8; +} + +a:hover { + color: #44a0d2; +} + label { display: inline-block; margin-right: 0.5rem; @@ -71,6 +79,13 @@ h2 { padding: 0.5rem 0; } +footer { + border-top: 1px solid #eee; + color: #ccc; + opacity: 0.5; + padding: 1rem; +} + .randomness, .cols { margin: 1rem;