add mail adress and fix <a> style

This commit is contained in:
Danny Schapeit 2021-10-03 09:20:12 +02:00
parent d26534113b
commit eccf0e3cbb
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,8 @@
<h1>Bye.</h1>
<p>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.</p>
<p>I hope we will see us again, because you see each other twice in life.</p>
<p><a href="mailto:danny@schapeit.com">danny@schapeit.com</a></p>
<br>
<p>バージョン2の登場</p>
<p>バージョン2はもうすぐです。</p>
</body>
</html>

View File

@ -27,6 +27,10 @@
text-align: center;
}
a {
color: white;
}
@media screen and (min-width: 1200px) {
body {
margin-left: 20rem;