From 3ac3dee53b543abdf412170ecfe1dc031b409077 Mon Sep 17 00:00:00 2001 From: ShauryaJ1 <93232361+ShauryaJ1@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:22:06 -0400 Subject: [PATCH] added dropdown and textboxes --- bare/index.html | 61 ++++++++++++++++++++++++++++++------------------- bare/style.css | 7 ++++++ 2 files changed, 44 insertions(+), 24 deletions(-) diff --git a/bare/index.html b/bare/index.html index 7f2c67d..8b906c3 100644 --- a/bare/index.html +++ b/bare/index.html @@ -18,43 +18,56 @@ -
- Position - Percent - Velocity - Force

-
Voltage + +
+ -
- Position - Percent - Velocity - Force

-
Voltage +
+ -
- Position - Percent - Velocity - Force

-
Voltage +
+
diff --git a/bare/style.css b/bare/style.css index e77a254..35a1034 100644 --- a/bare/style.css +++ b/bare/style.css @@ -10,6 +10,10 @@ padding-left: 2.2vw; padding-right: 2.2vw; } +.button { + background-color: #223344; + border-color: #223344; +} .panel2-btns { position: absolute; @@ -81,6 +85,9 @@ background-color: #223344; height: 5vh; } +.inputbox { + width: 80px; +} .measure { background-color: #fceaea;