mirror of
https://github.com/HearMeWhisper/crt-css.git
synced 2026-06-10 22:05:38 -04:00
add mail adress and fix <a> style
This commit is contained in:
parent
d26534113b
commit
eccf0e3cbb
@ -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>
|
||||
@ -27,6 +27,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
body {
|
||||
margin-left: 20rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user