diff options
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; |
