From c44f69d81504994b4c579797a8041eb4a0317e62 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Tue, 21 Oct 2025 12:34:48 -0400 Subject: [PATCH] Finalized HTML content, now to work on scripting it --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++-- styles.css | 7 +++++++ 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 67e2ae7..1f3f5d9 100644 --- a/index.html +++ b/index.html @@ -45,14 +45,56 @@ + +
+ Performance Limits + +
+ + + 4.0 +
+

Robot Configuration

- +
+ Quick Presets +
+ + + + + + +
+
+
+ Custom Configuration + +
+ + +
+ + + +
+ +
+ + +

Module States

- +
+ Current Configuration: 4-Wheel Rectangle + (4 modules) +
+
+ +

About This Project

diff --git a/styles.css b/styles.css index 1018951..a902b4f 100644 --- a/styles.css +++ b/styles.css @@ -282,4 +282,11 @@ button { transition: all var(--duration-normal) var(--ease-standard); margin: var(--spacing-small); font-family: var(--font-family-base); +} + +button:hover { + background-color: var(--background-dark); + border-color: var(--accent-blue); + transform: translateY(-2px); + box-shadow: var(--shadow); } \ No newline at end of file