mirror of
https://gitlab.com/lander-team/site.git
synced 2025-06-16 15:17:14 +00:00
easteregg
This commit is contained in:
parent
06159ccec1
commit
7c486ca6fc
@ -33,3 +33,24 @@ header div img {
|
|||||||
a {
|
a {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
/* width: 100vw; */
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
margin-top: 100vh;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > div {
|
||||||
|
display: table-cell;
|
||||||
|
margin: 0 auto;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 100vh;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > div > p {
|
||||||
|
text-align: center;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
18
index.html
18
index.html
@ -17,7 +17,7 @@
|
|||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌚</text></svg>"
|
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
@ -327,10 +327,18 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="py-5 bg-black">
|
<footer>
|
||||||
<div class="container">
|
<div>
|
||||||
<p class="m-0 text-center text-white small">
|
<p style="font-size: 10em">🌑</p>
|
||||||
Copyright © Redline Racing Division 2019
|
<p
|
||||||
|
style="
|
||||||
|
font-weight: light;
|
||||||
|
font-size: 1em;
|
||||||
|
color: white;
|
||||||
|
font-style: italic;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
ad astra per aspera
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user