1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-06-16 15:17:14 +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 { 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;
}

View File

@ -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 &copy; 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>