commit: c28ce4ded68fd2379a308b5a0eaa451508801a34
parent 16aa2993243d29b43af84fd13f8b5a721a3d152f
Author: Matt Korostoff <MKorostoff@gmail.com>
Date: Mon, 19 Oct 2020 23:28:24 -0400
Also checkout
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -641,6 +641,7 @@
</div>
</div>
</div>
+ <div class="also">Also checkout: <a href="https://mkorostoff.github.io/incarceration-in-real-numbers/" target="_blank">Incarceration in Real Numbers</a></div>
<a class="about-this" target="_blank" href="https://github.com/MKorostoff/1-pixel-wealth/blob/master/README.md">About this page</a>
</div>
diff --git a/main.css b/main.css
@@ -41,6 +41,13 @@ h1 {
animation-direction: forward;
animation-duration: 3s;
}
+.also {
+ position: absolute;
+ bottom: 40px;
+ text-align: center;
+ font-size: 12px;
+ width: 100%;
+}
.about-this {
position: absolute;
color: #00000050;