From 51bf21c15218c32459e7b3c201ce9633f48179fa Mon Sep 17 00:00:00 2001 From: avi Date: Tue, 12 May 2026 17:02:52 -0500 Subject: [PATCH] Save point: Scene 4 Nixon paragraph + DIGITAL GOLD hyperlink, Escape skip for scenes 3-4 --- index.html | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 201 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d1e0cc8..f417212 100644 --- a/index.html +++ b/index.html @@ -170,6 +170,47 @@ background-color: #003300; } + #scene3ChoiceRow { + position: fixed; + bottom: 25%; + left: 50%; + transform: translateX(-50%); + z-index: 3; + display: none; + flex-direction: row; + gap: 1rem; + justify-content: center; + } + + .scene3ChoiceBtn { + padding: 1rem 2rem; + font-size: 1rem; + background-color: #001100; + color: #00ff00; + border: 2px solid #00ff00; + cursor: pointer; + opacity: 0; + pointer-events: none; + transition: opacity 0.8s ease, background-color 0.2s ease; + font-family: 'Courier New', monospace; + letter-spacing: 2px; + } + + .scene3ChoiceBtn:hover { + background-color: #003300; + } + + #scene4 { + flex-direction: column; + justify-content: flex-start; + align-items: flex-start; + padding: 2rem; + } + + #scene4Text { + white-space: pre-wrap; + } + #scene3Title { position: absolute; top: 2rem; @@ -226,12 +267,23 @@
LAB 484
+
+ + + + +
+
+ +
+