diff options
-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> |