From 06c9a882812843f59bd593e1daf6785adae5cbcb Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 15 Jul 2015 14:14:29 +0300 Subject: [PATCH] Added custom style --- css/style.css | 4 ++++ head.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..b32c4e7 --- /dev/null +++ b/css/style.css @@ -0,0 +1,4 @@ +html { + max-width:80%; + margin:auto; +} diff --git a/head.php b/head.php index fea229b..61ee9ea 100644 --- a/head.php +++ b/head.php @@ -1,4 +1,5 @@ +