From de4a88d5e056aa8b66617db6755d7bf0bd610124 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 27 Feb 2015 20:59:37 +0100 Subject: [PATCH] Few changes --- index.php | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index fbdfd3a..ee8d0d3 100644 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@ $img = getRandomFromArray($imgList); - +

Press F5 for another pic!

diff --git a/style.css b/style.css index 4e442ff..d4af786 100644 --- a/style.css +++ b/style.css @@ -9,3 +9,4 @@ p { max-width: 60em; } a img { border:none; } .pic-center { text-align: center; } +.text-center {text-align: center;} \ No newline at end of file