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;