From 0de9acb12237064e6ef3553be9b5ecd3a72109fb Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 17 Jan 2024 00:38:41 +0200 Subject: feat: wrote new content --- index.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 9b227ac..dad0ba9 100644 --- a/index.css +++ b/index.css @@ -12,9 +12,16 @@ h1 { } h2 { + padding: 10px; font-family: tintin; } +h3 { + padding: 20px; +} + + + img { /* Ensured images don't go oversize */ max-width: 80%; @@ -32,8 +39,8 @@ p { #wrapper { /* This bit styles the content area and gives it a blur */ - background-color: #2030e5; - box-shadow: 0px 0px 40px 40px #2030e5; + background-color: #206cb8; + box-shadow: 0px 0px 40px 40px #206cb8; padding: 10px; /* This bit makes it centred on big screens */ max-width: 900px; -- cgit v1.2.3