footor down
This commit is contained in:
parent
c46e4af4a2
commit
693d7be681
1 changed files with 34 additions and 15 deletions
49
index.html
49
index.html
|
@ -12,32 +12,51 @@
|
|||
}
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
background-color: rgb(124, 206, 163);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.6em;
|
||||
line-height: 1.4em;
|
||||
font-family: "Fire Sans", "Helvetica", "Arial", sans-serif;
|
||||
}
|
||||
body {
|
||||
background-color: rgb(124, 206, 163);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#main {
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
a, a:active, a:visited {
|
||||
color: black;
|
||||
}
|
||||
.links {
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
}
|
||||
.links li {
|
||||
display: inline-block;
|
||||
padding: .5em;
|
||||
}
|
||||
/* Ich bin ein Kommentar TEST */
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=message>
|
||||
999 Loners wandering around Solana Beach.
|
||||
<br>
|
||||
Loners walk alone and in silence...
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/LonerCrewNFT">Twitter</a></li>
|
||||
<li><a href="https://discord.gg/WhGswMCmta">Discord</a></li>
|
||||
</ul>
|
||||
<div id=main>
|
||||
<div id=message>
|
||||
999 Loners wandering around Solana Beach.
|
||||
</div>
|
||||
</div>
|
||||
<ul class=links>
|
||||
<li><a href="https://twitter.com/LonerCrewNFT">Twitter</a></li>
|
||||
<li><a href="https://discord.gg/WhGswMCmta">Discord</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue