From d90a91d35cb6d7620e60c760938c1f9778bc7591 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sun, 2 Aug 2015 16:08:22 -0700 Subject: [PATCH] Advertise publishing website --- index.css | 11 +++++++++++ index.html | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 8c8e45c..eeee01e 100644 --- a/index.css +++ b/index.css @@ -19,6 +19,17 @@ body > .quote { margin-bottom: 10px; } +#header { + column-span: all; + display: block; + -webkit-column-span: all; + -moz-column-span: all; + background: #bbffbb; + width: 90%; + margin: auto; + text-align: center; +} + section { width: 380px; display: inline-block; diff --git a/index.html b/index.html index a3a08fb..ba015b5 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,9 @@ -
Things which matter most must never be at the mercy of things which matter least - Johann Wolfgang von Goethe
+

Personal

+
Things which matter most must never be at the mercy of things which matter least - Johann Wolfgang von Goethe
-- 2.47.3