From fb76211c461141ff325a814e7b883953014eb6c1 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 20 Jun 2023 19:23:31 +0000 Subject: Add spacing at bottom --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d20e673..fbb76cf 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ top: 0px; position: fixed; width: 1000px; - height: min(100vh); + height: 100vh; overflow: scroll; transform-origin: top left; transform: skewX(45deg); @@ -21,6 +21,12 @@ transform-origin: top left; transform: skewX(-45deg); } + span { + display: inline-block; + height: calc(100vh - 100vw + 400px); + transform-origin: top left; + transform: skewX(-45deg); + }
@@ -36,6 +42,7 @@Long at last, the moment had come. Ben Qi smiled proudly and said, "Congrats Ennui! You're now an IOI winner! And now I must fulfill my side of the biconditional. I'm going to reveal to you my secret."
Ennui leaned forward eagerly, her heart pounding with anticipation. Finally! She had waited so long, sacrificed so much, suffered through so many Robert Tarjan nightmares! Finally!
Ben Qi took a deep breath and ponderously whispered in a hushed tone--Oh wait, I must interrupt! You see, dear reader, I cannot reveal to you what Ben Qi's secret is. Why, you ask? Well, simply put, unlike Ennui, you are not an IOI winner.
+