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