From 5ab16d9267c0908dead8f6a224d95814df2f39c6 Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 3 Apr 2025 23:59:01 +0200 Subject: [PATCH] add: placeholder logo --- index.html | 5 ++++- logo.svg | 14 ++++++++++++++ styles.css | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 logo.svg diff --git a/index.html b/index.html index 5da3a32..57ab32b 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,11 @@ - + +
+

Mein Name

Beruf

@@ -29,5 +31,6 @@ Whatsapp

+
\ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..03156fb --- /dev/null +++ b/logo.svg @@ -0,0 +1,14 @@ + + + + Logo + + diff --git a/styles.css b/styles.css index 89d043e..ee7a26a 100644 --- a/styles.css +++ b/styles.css @@ -13,8 +13,11 @@ body{ line-height:1.4; font-size:18px; color:var(--fg); - padding:15% .2em; + padding:0 .2em; text-align: center; + display: flex; + justify-content: center; + align-items: center; } .inline-icon{ vertical-align: middle;