summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-01-17 00:38:41 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-01-17 00:38:41 +0200
commit0de9acb12237064e6ef3553be9b5ecd3a72109fb (patch)
tree291a24dcf664d4d1c9e4ba1fc7b1a801aea0bb0c /index.css
parentcaf187f184bdea6f246877dad8b4945e0ce9622c (diff)
feat: wrote new content
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;