diff options
author | Anthony Wang | 2023-06-20 19:23:31 +0000 |
---|---|---|
committer | Anthony Wang | 2023-06-20 19:23:31 +0000 |
commit | fb76211c461141ff325a814e7b883953014eb6c1 (patch) | |
tree | 20b6cdc90125017d3e52929b4ddc5db321193328 | |
parent | 49e49a7d65c47e1dba2c54dd6bda25dfe40134cf (diff) |
Add spacing at bottom
-rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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); + } </style> </head> <body> @@ -36,6 +42,7 @@ <p>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."</p> <p>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!</p> <p>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.</p> + <span></span> </div> </body> </html> |