From 5e367e73371a438782d48501236e3ae211de8183 Mon Sep 17 00:00:00 2001 From: "Pheng Heong, Tan" Date: Sun, 26 Jul 2020 16:26:02 +0800 Subject: [PATCH] More white-space Whee, I am enjoying this. It now has a more "design" look, maybe --- index.html | 15 +++++++++++---- solarized_light.css | 13 +++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 317967e..a484a15 100644 --- a/index.html +++ b/index.html @@ -4,16 +4,20 @@ -

+

+

Welcome. -

+

I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple.

+

-

Menu + +
+ diff --git a/solarized_light.css b/solarized_light.css index bd4f474..751ef68 100644 --- a/solarized_light.css +++ b/solarized_light.css @@ -46,6 +46,19 @@ h3 { /* design-ey stuff */ +#youkoso, #it_says_menu { + margin-bottom: 40px; +} + + li + li, div + div { margin-top: 30px; +} + +#nav, #some_header, #some_footer { + text-align: center; +} + +#links { + font-style: italic; } \ No newline at end of file