From 929b14507b34c92397260be9df35273b4cd3627a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 5 Jun 2025 20:42:32 -0700 Subject: [PATCH] html changes --- game.html | 281 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 154 insertions(+), 127 deletions(-) diff --git a/game.html b/game.html index c8c4482..cbf3f55 100644 --- a/game.html +++ b/game.html @@ -94,20 +94,21 @@ stroke-width: 2; } - #run-button { - margin-top: auto; - padding: 10px; - background-color: #007acc; - color: white; - border: none; - border-radius: 4px; - cursor: pointer; + /* === PANELS === */ + #info-panel { + position: absolute; + top: 12px; + right: 12px; + background: var(--color-bg-dark); + color: var(--color-text-primary); + padding: 1rem; + border-radius: var(--radius-large); + font-family: monospace; font-size: 14px; - } - - #run-button:disabled { - background-color: #555; - cursor: not-allowed; + min-width: 220px; + z-index: 10; + border: 1px solid var(--color-text-dark); + box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); } #node-props-panel { @@ -334,146 +335,172 @@
System Design Game
-
- Challenges -
-
- - - - -
-
- - - -
- - -
This is Tab 1 content.
- - -
-