mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
scroll down for more
This commit is contained in:
parent
54b30b618a
commit
3eb9dbaacf
2 changed files with 12 additions and 1 deletions
|
@ -24,7 +24,11 @@
|
||||||
<a class="link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
|
<a class="link" href="https://press.ellpeck.de/tinylife/">Get Press Kit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="top-footer">
|
||||||
|
<p>▼ Scroll down for more ▼</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let x = Math.random() * 100;
|
let x = Math.random() * 100;
|
||||||
let y = Math.random() * 100;
|
let y = Math.random() * 100;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.top {
|
.top {
|
||||||
background-image: url("media/large_background.png");
|
background-image: url("media/large_background.png");
|
||||||
background-size: 400%;
|
background-size: 400%;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top a:link,
|
.top a:link,
|
||||||
|
@ -10,11 +11,17 @@
|
||||||
|
|
||||||
.top-content {
|
.top-content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 30px;
|
||||||
|
left: auto;
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
max-width: 950px;
|
max-width: 950px;
|
||||||
|
|
Loading…
Reference in a new issue