From 6ea090c7581335388a5b4efa7859645a74460a52 Mon Sep 17 00:00:00 2001 From: malik Date: Wed, 24 Jan 2024 18:28:39 +0100 Subject: [PATCH] added source for xkcd commic --- contactme.html | 2 +- css/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/contactme.html b/contactme.html index 2a0053e..786e041 100644 --- a/contactme.html +++ b/contactme.html @@ -30,7 +30,7 @@

Email: malik.wachter [at] mawacode.de

- +
diff --git a/css/style.css b/css/style.css index f77a3b8..ab8b503 100644 --- a/css/style.css +++ b/css/style.css @@ -97,6 +97,13 @@ h2{ margin-left: 30%; } +.comic { + width: 125%; + box-shadow: 10px 10px 10px; + margin-left: 50%; + color: black; +} + .socialmedia img{ height: 30px; margin: 5px;