1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-06-15 22:56:39 +00:00

easteregg

This commit is contained in:
Anson Biggs 2021-12-06 19:42:07 -07:00
parent 06159ccec1
commit 7c486ca6fc
2 changed files with 34 additions and 5 deletions

View File

@ -33,3 +33,24 @@ header div img {
a {
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;
}

View File

@ -17,7 +17,7 @@
<!-- Favicon -->
<link
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 -->
@ -327,10 +327,18 @@
</section>
<!-- Footer -->
<footer class="py-5 bg-black">
<div class="container">
<p class="m-0 text-center text-white small">
Copyright &copy; Redline Racing Division 2019
<footer>
<div>
<p style="font-size: 10em">🌑</p>
<p
style="
font-weight: light;
font-size: 1em;
color: white;
font-style: italic;
"
>
ad astra per aspera
</p>
</div>
</footer>