diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-17 00:38:41 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-17 00:38:41 +0200 |
| commit | 0de9acb12237064e6ef3553be9b5ecd3a72109fb (patch) | |
| tree | 291a24dcf664d4d1c9e4ba1fc7b1a801aea0bb0c /index.css | |
| parent | caf187f184bdea6f246877dad8b4945e0ce9622c (diff) | |
feat: wrote new content
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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; |
