summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 9 insertions, 2 deletions
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;