mirror of
https://gitlab.com/lander-team/site.git
synced 2025-06-16 07:06:40 +00:00
easteregg
This commit is contained in:
parent
06159ccec1
commit
7c486ca6fc
@ -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;
|
||||
}
|
||||
|
18
index.html
18
index.html
@ -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 © 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user