Realigned the death day to the bottom left of the page
This commit is contained in:
@ -18,12 +18,19 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0px;
|
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.raligned {
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.laligned {
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
@ -9,11 +9,13 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 class="center">Coming soon! (2024?)</h1>
|
<h1 class="center">Coming soon! (2024?)</h1>
|
||||||
|
<div class="bottom laligned">
|
||||||
<a href="https://www.death-clock.org">
|
<a href="https://www.death-clock.org">
|
||||||
<img src="https://www.death-clock.org/makeimg.php?dod=Saturday, 30th July&yod=2050&aod=Age 57"
|
<img src="https://www.death-clock.org/makeimg.php?dod=Saturday, 30th July&yod=2050&aod=Age 57"
|
||||||
alt="My Death Clock quiz results" width="220" height="180" border="0" />
|
alt="My Death Clock quiz results" width="220" height="180" border="0" />
|
||||||
</a>
|
</a>
|
||||||
<div class="bottom">
|
</div>
|
||||||
|
<div class="bottom raligned">
|
||||||
<p>For any info, please contact alexandru.pentilescu@disroot.org</p>
|
<p>For any info, please contact alexandru.pentilescu@disroot.org</p>
|
||||||
<p class="small">My personal public key fingerprint:
|
<p class="small">My personal public key fingerprint:
|
||||||
<img src={{ url_for('static', filename='pubkey.png' ) }} style="width:48px;height:48px;">
|
<img src={{ url_for('static', filename='pubkey.png' ) }} style="width:48px;height:48px;">
|
||||||
|
Reference in New Issue
Block a user