From eccf0e3cbbd137ed7583e3c3769326a3936d0c8c Mon Sep 17 00:00:00 2001 From: Danny Schapeit Date: Sun, 3 Oct 2021 09:20:12 +0200 Subject: [PATCH] add mail adress and fix style --- index.html | 3 ++- src/style.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a6f11d4..5fa3739 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@

Bye.

My Website is down for now. I decided to remove my site from the WWW and I'm sure that was a good thing I done.

I hope we will see us again, because you see each other twice in life.

+

danny@schapeit.com


-

バージョン2の登場

+

バージョン2はもうすぐです。

\ No newline at end of file diff --git a/src/style.css b/src/style.css index 2a58cdd..6443820 100644 --- a/src/style.css +++ b/src/style.css @@ -27,6 +27,10 @@ text-align: center; } + a { + color: white; + } + @media screen and (min-width: 1200px) { body { margin-left: 20rem;